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

Enthought PyLab/Canopy in Windows 8 - (Academic) missing matplotlib

I installed the academic version of Canopy and got PyLab, Canopy shortcuts on my desktop. When I try running PyLab from the shortcut on my desktop, I get a command window that opens with this: UserWarning: The top-level `frontend` package has been…
0
votes
1 answer

How to relocate Canopy user environment for a reinstallation?

I want to relocate the Canopy (windows 64-bit) user environment to a different disk, but after uninstalling Canopy and deleting the old environment directory, the re-installation insists on building the environment in the old location again. Is…
0
votes
1 answer

Instance variable of type list behaves as class variable

In the following code, I thought list wouldbe a unique variable to each object constructed. Why is it shared as a class variable? 01 class Thing(object): 02 def __init__(self, my_list=[]): 03 self.list = my_list 04 return 05…
Bennett Brown
  • 5,234
  • 1
  • 27
  • 35
0
votes
1 answer

Run python script in Canopy in new python shell

Unlike other editors (I use TextWrangler and TextMate on the Mac, and Spyder on the PC), Enthought's Canopy runs the Python programs in an interactive python shell. Most of the time this is nice, but sometimes I would like to run the program in a…
DanHickstein
  • 6,588
  • 13
  • 54
  • 90
0
votes
1 answer

wx.lib.activex fails to import using Enthought Canopy and EPD

import wx.lib.activex fails with the supplied version of wx in Enthought Canopy or EPD on Windows. How can I get the activex container to work with the Enthought Python Distributions?
Tim Rae
  • 3,167
  • 2
  • 28
  • 35
0
votes
1 answer

How to change python compile directory

I'm a newbie to python. Trying to compile a file in mac terminal. I did python file_name.py Gives me following error: /Users/XXX/Library/Enthought/Canopy_64bit/User/bin/python/activate: no such file or directory I have previously installed Canopy…
NewbieDave
  • 1,199
  • 3
  • 12
  • 23
0
votes
1 answer

Enthought canopy not running

I installed Enthought Canopy onto my 64 bit windows box (Windows 7). Installed "successfully" except Canopy would not run at all from start menu. I tried running it from cmd and it still would not run. I checked c:\Users\user...Local and Roaming…
user2780843
0
votes
1 answer

Enthought canopy: importing files

I'm trying to read a file but I keep receiving a IOError: file not in directory. I have not touched the directory for Canopy at all since install and I'm not exactly sure where to put a file so my program in Canopy can read it. Thank you in…
Black
  • 4,483
  • 8
  • 38
  • 55
0
votes
1 answer

Enthought Canopy could not find some modules?

I have installed Enthought Canopy Express 1.03 on windows 7 and have recently updated to version 1.1.0.1371 and also setup Opencv 2.4.6 as per the post Best way to install OpenCV on Windows with Enthought Canopy Python?. Opencv contains few of the…
0
votes
2 answers

Using ipython nbconvert with Enthought Canopy

I am using Enthought/Canopy (version 1.1.0.1371) and would like to use nbconvert to convert ipython notebooks to other formats. nbconvert has now been incorporated into ipython and is not available outside of ipython. However, it is apparently not…
0
votes
1 answer

Enthought Canopy --- error in using sklearn

I just installed Enthought Canopy on an Imac Os 10.6.8. I get an error message (appended below) when I try to test sklearn. The error is ImportError: numpy.core.multiarray failed to import. It looks like the wrong version of numpy is being used. I'm…
0
votes
1 answer

After Installation of canopy express

Hi I installed canopy express successfully and I can also work with it (coming from epd-free) ... however when I start it I get the following console message (Debian Linux - Lenny): kampmann@primergy:~$ canopy Unable to load library icui18n "Cannot…
kampmannpeine
  • 129
  • 1
  • 2
  • 11
0
votes
1 answer

will installing canopy interfere with my current python setup?

I have a working Python ecosystem on Ubuntu. Now I want to try Enthought Canopy. Will that installation mess up or interfere somehow with my current system? Two examples to illustrate my confusion: will this installation overwrite libraries in…
saroele
  • 9,481
  • 10
  • 29
  • 39
0
votes
0 answers

Different IPYTHON versions in EPD/CANOPY environment

I am having an issue with plotting in the ipython notebook. Basically, the same code generates the plots I desire when I execute it in the Canopy editor command window, but balks in the notebook with just KeyError:matplotlib.axes.AxesSubplot…
Kambiz
  • 685
  • 2
  • 8
  • 18
0
votes
1 answer

pythonw.exe do not work with canopy

I installed Enthought Canopy express 64-bit on Windows 7 professional 64-bit. Then I got some .py and .pyw files. At first they are linked to Canopy so I cannot run .pyw files without console. So I changed to open .pyw with pythonw.exe, but no…
wormer
  • 11
  • 1