Questions tagged [canopy]

A Python-based tool for desktop application analysis and distribution of Python.

A Python-based tool for desktop application analysis and distribution of Python. Canopy provides an open and clear understandable environment for scientific research and calculations. Since the language is Python, their algorithms, scripts and programs will never be frozen in their own language. And with the analysis of desktop applications, data analysis, scripted scenarios, and building a more target-oriented applications.

Canopy was formerly known as the Enthought Python Distribution. It is a commercial product, but a free version is available (with fewer packages). Degree-granting institutions also qualify for a free academic license.

The product home page: https://www.enthought.com/products/canopy/

529 questions
2
votes
0 answers

Installing pyosmium

I've been having trouble installing pyosmium on OS X 10.8 with the Canopy installation of Python. I'm not sure where the headers should go, and I get different install errors depending on where I try. I've installed the dependencies (Boost.Python,…
amball
  • 293
  • 3
  • 17
2
votes
2 answers

What's the official way to get cython working with Enthought Canopy on 64-bit Windows?

I have the "Enthought Canopy" v1.5 distribution of Python 2.7 installed with cython 0.22 (installed via the Canopy package manager) on a Windows 64-bit computer. Trying to compile a cython file leads to the following error: building…
Tim Rae
  • 3,167
  • 2
  • 28
  • 35
2
votes
2 answers

Installing Python modules with Anaconda or Canopy

I have played around with Python a little but never have I had to install my own packages. I am currently trying to write a program that reads in 'tiff' files so I'm trying to install the 'libtiff' package and I'm having a nightmare! First, I was…
spmngr
  • 21
  • 1
  • 2
2
votes
3 answers

No module named os.path : wrong Python being called by bash

OS: CentOS 6.6 Python 2.7 So, I've (re)installed Canopy after it suddenly stopped working after an abrupt shutdown. It worked fine immediately after the install (I installed as my default Python). But after one reboot, when I try to open it with…
Tichigan
  • 65
  • 1
  • 9
2
votes
1 answer

How do I add an additional Path to my Canopy Paths?

I have created modules and want to preferably save them in a folder which can be access by multiple computers (but getting it saved in the correct location for canopy to access regardless of what folder I am in would work also) I know how to do both…
CRogers
  • 305
  • 6
  • 15
2
votes
1 answer

Example matplotlib.org does not work in Canopy

I am trying to make an animation with matplotlib in python (2.7) with 3 subplots. To see how this works I tried to understand the example on matplolib.org: http://matplotlib.org/examples/animation/subplots.html However when I run this program I only…
Mollenboot
  • 31
  • 2
2
votes
1 answer

Matplotlib import error ft2font

I have Python 2.7.6 installed under Canopy on a 64 bit Mac with Ipython version 2.1.0. This is a really odd problem and I'm not sure if it is a path file problem. Whenever I import matplotlib.pyplot (not just matplotlib), I receive the following…
anakha272
  • 55
  • 2
  • 6
2
votes
2 answers

pyinstaller error: cannot find scipy (No module named _ufuncs_cxx)

I am using pyinstaller to convert python script into a binary in Ubuntu (14.04). I use Canopy (Enthought) to manage all python libraries. The code uses networkx, numpy, and scipy. Here is my spec file: # -*- mode: python -*- a =…
Sean
  • 4,267
  • 10
  • 36
  • 50
2
votes
1 answer

canopy matplotlib windows 64 bit

I've tried to run matplotlib in canopy on windows 7 64bit. After updating the packages in canopy it does not work the matplotbib. My numpy version installed showed in package manager is 1.8.0-2. Help needed with this problem. matplotlib version…
2
votes
1 answer

Use Enthought Canopy to run a python script without specifying its full path

I want to be able to run a python script at the command line using Enthought Canopy, but I don't want to specify the full path to the script. As I see it, there are two options. Option 1: Make the python script an executable, add #!/usr/bin/env…
Stretch
  • 1,581
  • 3
  • 17
  • 31
2
votes
1 answer

Comment out code block in Enthought Canopy

In emacs you can highlight a section and select a menu function to prepend a "#" to every line in the selection. I am trying to give up my emacs addiction and use the IDE in Canopy but can't find this functionality. Is it missing or am I just having…
Keith
  • 4,646
  • 7
  • 43
  • 72
2
votes
1 answer

why Installing external package in canopy python gives valueEror in windows?

This question has been asked a couple of times and I spend at least five hours trying to incorporate suggestions in those posts [but was mostly unsuccessful. I installed Canopy Enthought python on my windows and now I want to install Levenshtein…
learner
  • 2,582
  • 9
  • 43
  • 54
2
votes
1 answer

enthought package manager error

After updating to Enthought Canopy 1.4 on Windows 7 I cannot access packages with Package Manager. It fails with "Could not connect to Canopy server." I don't have proxies: "NO_PROXY: localhost, 127.0.0.1". This happens on two different computers…
2
votes
0 answers

askopenfilename window won't close

To allow my users to choose a file I'm using tkinter's askopenfilename. The function works fine, but after opening a file or pressing cancel the file open window goes empty and just stays open. The rest of the program moves forward correctly but…
grebnesor
  • 21
  • 2
2
votes
0 answers

GLib-GIO-Message with Canopy python

I just installed an activated the Canopy 64 bit in a Linux box running Ubuntu 12.04. In my .bashrc I set the path to be PATH=/home/username/Enthought/Canopy_64bit/User/bin:"$PATH" Canopy itself adds the line VIRTUAL_ENV_DISABLE_PROMPT=1 source…
daviddesancho
  • 427
  • 1
  • 7
  • 20