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
1 answer

How to run python programs (written with Enthought Canopy) without opening the editor?

I would like to be able to open a simple program I have written with the editor Canopy (from Enthought) without opening the editor itself, only with a double click on something. I work on a mac. I tried to go with: right-click + get info + open…
nick
  • 49
  • 7
2
votes
2 answers

No plot window shows up with matplotlib.pyplot run with Enthought Canopy python editor on Mac OS X 10.8.5 (Mountain Lion)

I've installed Enthought Canopy 64-bit onto my Mac OS X v10.8.5 (Mountain Lion), and within the Canopy command-line I can enter import matplotlib and matplotlib.pyplot.plot([1,2,3,4]) and a plot window opens up just fine. But when I run the exact…
user3196617
  • 156
  • 2
  • 6
2
votes
1 answer

Enthought Canopy Psycopg2 Install

I'm running into problems installing Psycopg2 using the package manager of Enthought Canopy. I get an error that says the following: Action: install Psycopg2Database-0.2.0-1.egg The package manager has encountered error Loop in dependency graph…
2
votes
1 answer

Issue importing matplotlib.pyplot

I am pretty new to Python, having just taken a course and now trying to apply what I learned to convert matlab code to python. I have to plot some things, so I tried to import matplotlib.pyplot but keep getting Incompatible library version:…
user1775563
  • 317
  • 3
  • 8
2
votes
1 answer

"rpy2" fails in Enthought Canopy (conflicting with internal GFORTRAN libraries)

I tried to install rpy2 on Enthought Canopy using pip (on Ubuntu 12.04). The package seems to install successfully but when I try to import it: In [1]: from rpy2.rinterface._rinterface import…
kayhan
  • 373
  • 3
  • 11
2
votes
2 answers

Sublime Text 3 its not using default python

I recently installed sublime text 3 in my pc (Ubuntu 13.10). And i also installed Canopy Enthought and set canopy as default python. But Sublime text instead of using the new default python and ipython, its using the "old" version. In windows i used…
CCP
  • 153
  • 9
2
votes
2 answers

Keyboard shortcut to switch between the code editor and ipython console using the Canopy

How can I create a keyboard shortcut to switch between the code editor and ipython console using the Canopy IDE? I have tried writing a macro according to the documentation for code editing…
Minnow
  • 1,733
  • 2
  • 26
  • 52
2
votes
1 answer

Uninstalling canopy express

I have installed canopy express and want to get rid of it. I do this through unistall manager from Windows 7. While it completes unnstallating canopy is still in my start up and while i am trying to install python(x,y) it says that python is already…
user17880
  • 183
  • 1
  • 11
2
votes
2 answers

ImportError: No module named site VIM and Enthought canopy

I was using vim and python perfectly fine till I upgrade to Maverick. Now I have a similar issue as here. When I remove remove canopy path from bash_profile and use default python path , vim works fine, otherwise I am getting the above error. You…
Moj
  • 6,137
  • 2
  • 24
  • 36
2
votes
1 answer

How can I use Pyqt with Enthought Canopy

I had EPD installed and am giving Canopy (Windows 7 64-bit, Academic license) a go. When I first started Canopy, nothing happened (no GUI, no error message) and I realized this is because I had QT_API set to pyqt. Changing qt_api to pyside allows me…
Tim Rae
  • 3,167
  • 2
  • 28
  • 35
2
votes
1 answer

Enthought Canopy: Where do os.environ variables come from?

I have the following problem. I wanted to use the matplotlib package animation to save an mp4 video file. The save function has a dependency for generating the mp4 file, the ffmpeg external library. So I installed ffmpeg on a Mac osx 10.8 via…
2
votes
1 answer

Installing packages within canopy venv

I am looking into using Canopy Express as an IDE. My understanding is that it uses a backport of venv from Python 3 to manage user-generated virtual environments, in addition to being a virtual environment unto itself. I just want to verify that…
verbsintransit
  • 888
  • 3
  • 8
  • 18
2
votes
1 answer

Enthought Canopy Python and OpenCV

I've installed Enthought Canopy Python 2.7.3 64-bit and it has OpenCV 2.4.2. When I import cv2 I get the following error: >>> import cv2 Traceback (most recent call last): File "", line 1, in ImportError:…
mankoff
  • 2,225
  • 6
  • 25
  • 42
2
votes
1 answer

QT Shell in Canopy

I've switched to Enthought's Canopy 1.0.0 but I miss the standalone QT shell and the QT notebook. I don't want to use the built-in shell which comes in the IDE. Where can I find the QT shell?
petrichor
  • 6,459
  • 4
  • 36
  • 48
2
votes
1 answer

Enthought Canopy User Input

I'm using Enthought Canopy on Mac OSX Lion. I'm using this because of the ease at which modules and libraries can be downloaded and installed (had a lot of trouble downloading pandas and numpy through terminal due to a number of issues). So, now…
DMML
  • 1,422
  • 4
  • 22
  • 39