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

Python error: "LookupError: no codec search functions registered: can't find encoding"

I'm running Enthough Canope python distribution in Windows 7 and cannot run working python in a command line. 'python' brings up: Python 2.7.3 |CUSTOM| (default, Aug 8 2013, 05:30:12) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright",…
geotheory
  • 22,624
  • 29
  • 119
  • 196
0
votes
1 answer

update python version in enthought canopy to overcome segmentation fault: 11

I am currently running 2.7.3 version of python but am receiving a segmentation fault because of a bug that was fixed in python 2.7.6 according to this post. I would like to know how to update the python version of enthought canopy-64 from 2.7.3 to…
anonuser0428
  • 11,789
  • 22
  • 63
  • 86
0
votes
1 answer

Installing Enthought canopy on centos linux x86_64

Hi i am trying to run Canopy on Centos 6.4 x86_64 machine and the above method of LD_LIBRARY_PATH is not working. I am very frustrated as i did as exactly said on icui18n: cannot open shared object file: No such file or directory but it is still…
user2979872
  • 413
  • 1
  • 9
  • 20
0
votes
1 answer

Can't login to Enthought/Canopy

I have Enthought/Canopy installed on my Windows7X64. It works fine until I try to login to Enthought server through Package Manager in order to install some additional packages. Then the next error occurs: "WSGI Proxy "Server" Error. 'ascii' codec…
singleton
  • 326
  • 2
  • 13
0
votes
1 answer

Using Canopy as a Python distribution, where is "canopy_cli.exe" located?

I am working with Canopy for Python, which is a software bundle of Python 2.7 and the most important data analysis packages. It also includes IPython and makes working in a live console very easy. Instead of using virtualenv, Canopy makes use of a…
Xiphias
  • 4,468
  • 4
  • 28
  • 51
0
votes
2 answers

Can't install statsmodels in Enthought Canopy on OSX Mavericks

I'm using the Package manager to try and install statsmodels in Canopy on my MacBook with Mavericks. I got this error: Action: install statsmodels-0.5.0-2.egg The package manager has encountered error HTTP Error 404: NOT FOUND:…
talkterps
  • 5
  • 2
0
votes
0 answers

Canopy Python import PIL libjpeg not found

I am facing a problem with Canopy python and the Python Image Library. I would like to use the _imaging library, but importing yields a libjpeg not found error import…
tmensink
  • 1
  • 1
0
votes
2 answers

Enthought Canopy crashes upon opening mac

So yesterday I updated to Enthought version 1.1 and now it refuses to open. I've rebooted my computer as well as did a re-install of enthought canopy. I keep getting the following error Traceback (most recent call last): File…
Cate Daniel
  • 724
  • 2
  • 14
  • 30
0
votes
1 answer

Issue with configure_traits when using Enthought Canopy

I was following the tutorial "Writing a graphical applications for scientific programming using TraitsUI http://code.enthought.com/projects/traits/docs/html/tutorials/traits_ui_scientific_app.html and tested the following code snippet: from…
Geophys
  • 21
  • 4
0
votes
1 answer

listing all modules from enthought's conopy installation of python packages?

I have installed canopy express that comes with many packages to avoid interdependencies. python works fine on the prompt. I can execute codes and all is well. but the link cites many packages are included in canopy express such as pytest. but when…
brain storm
  • 30,124
  • 69
  • 225
  • 393
0
votes
2 answers

Why am I getting this error message when I try to open Python? "Unexpected error ParseError:Invalid line at line "1"."

How can I fix this. Python is currently unaccessible for me because of this error. Everytime that I click on my python icon to begin programming, the error message pops up, and it will not allow me to run the program.
0
votes
0 answers

install canopy on windows8

I was installed a canopy (canopy-1.1.0-win-64) on the version of Windows 8(64bit) but Execution error occurred and Message is: error message ; canopy intalled in an unsupported path you seem to hava installed canopy in a path containing no-ascii…
0
votes
2 answers

cannot import matplot after installing enthought canopy from terminal

I wanted some numeric modules of python. I installed canopy from enthought that is supposed to have all the necessary modules I need. e.g.: matplotlib.pyplot and scipy. After installation, I tried to import the module, I get the following error. I…
eagertoLearn
  • 9,772
  • 23
  • 80
  • 122
0
votes
0 answers

import netCDF4 error enthought canopy

Trying to get enthought canopy working on mavericks and specifically netCDF4 as I deal with this data format a lot. However, getting this error when trying to import it: import netCDF4 ImportError Traceback (most…
bbaker
  • 1
0
votes
1 answer

Creating template files for Enthought Canopy

I am currently using the application Canopy produced by Enthought and I have the requirement that each file I make has to contain a comment at the top saying who the author is, when the file was created and when it was last edited. I would like to…
Aesir
  • 2,033
  • 1
  • 28
  • 39