Enthought makes EPD, the Enthought Python distribution, a distribution of Python for engineers and scientists, and the Enthought Tool Suite, a set of libraries for building scientific applications, including the Chaco interactive plotting library, the Traits library for defining class attributes, ...
0
votes
0answers
4 views
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 ...
1
vote
1answer
22 views
Hit Ctrl+C during Enthought Canopy Installation - Now Seg Faults
So I ran the install script on a fresh Ubuntu 13.04 64-bit installation, and then ran
~Canopy/canopy
for the first time to set it up, which threw the following error but proceeded to run anyway:
...
0
votes
0answers
19 views
Pyglet 1.1.4 on not accessing AVbin
I'm having some trouble getting Pyglet (1.1.4) to load an mp3 file.
I originally submitted an inquirty to the Enthought support page, but was then directed to post future inquiries here.
The ...
0
votes
1answer
29 views
enthought traits UI, add values dynamically to 'values' trait of CheckListEditor
How can I add 'values' dynamically to the CheckListEditor?
But instead of static 'values', I have to get it dynamically from Bclass options attr.
from enthought.traits.api import HasTraits, Instance, ...
1
vote
1answer
28 views
How to write android apps with Enthought Canopy
Does anyone know if this is possible? I have searched without any success. Is it possible to get Kivy to work in Canopy?
Cheers
Graham
0
votes
0answers
18 views
Console window with Idle 1.2.4 window Enthought for PPC Mac
I have been given a link to Enthought's EDP_Py25 v4.2.30201 by Jonathan Marsh for my G4 Mac. I have a question regarding launching IDLE 1.2.4 and having a normal Python Shell window and menus along ...
0
votes
1answer
24 views
How to configure the Python path in installing pymssql?
I have installed Python 2.7 with EPD of Academic License in Win7 64bit system.
And I want to connect sql server database via python, so I try to install pymssql.
However, it warned as follow.
How ...
1
vote
0answers
91 views
linking to python library using EPD Canopy
Summary: I'm trying to install the theano python package, and the theano install can't find "-lpython2.7" in my EPD Canopy installation.
More details: Recently I installed the Enthought EPD Canopy ...
0
votes
1answer
23 views
Customize syntax highlightin in canopy
I just installed Enthought Canopy in a freshly (clean) installed Mac OS X Mountain Lion. So far, it seems to run stable and fast. My only problem is that I want to customize the syntax highlighting of ...
1
vote
1answer
59 views
Cannot launch Canopy in GNU/Linux (openSUSE 12.3)
After installation, when I do
$ ~/Canopy/canopy
I get
Traceback (most recent call last):
File "/home/joon/Canopy/appdata/canopy-1.0.0.1160.rh5-x86_64/__boot__.py", line 9, in <module>
...
1
vote
2answers
45 views
Python shebang problems with importing modules (and choosing the correct interpreter)
I've googled and searched stack overflow for solutions, but I can't seem to find any way to fix this. Basically, this is my problem: I'm trying to use the Image/PIL Python module, which comes ...
0
votes
0answers
56 views
canopy linux running error: missing libmkl_intel_lp64.so
I am a paid user and I have installed canopy on a red hat server and got the virtual environment configured. In the virtual env, python is the one contained in the environment:
(User) $ which ...
0
votes
1answer
28 views
Enthought Traits with SQLAlchemy
The question is obvious: is it possible to use both ets Traits and SQLAlchemy for the same class? If no, what an alternative approach could you suggest?
0
votes
0answers
21 views
Install Reportlab in Canopy
I have recently install Canopy(64 bit) on my macbook running OSX lion, but I fail to install reportlab by using either pip or make from source. The error keeps showing up is that "gcc failed with exit ...
0
votes
1answer
49 views
Enthought Canopy installer does not create ~/Enthought directory in Linux
I'm using openSUSE 12.3 64bit. I successfully installed Canopy when it was released, and since then I have uninstalled it by deleting both ~/Enthgout and ~/Canopy.
Now I am trying to install Canopy ...
0
votes
0answers
74 views
canopy ipython notebook blank
I just installed canopy 1.0.0.1160 under OS 10.8.3
I can run ipython fine from the shell
Python 2.7.3 | 64-bit | (default, Mar 25 2013, 15:52:02)
Type "copyright", "credits" or "license" for more ...
0
votes
0answers
34 views
Enthought Canopy emacs keybinding
Canopy's integrated Ipython terminal allows to use Emacs keybindings, but the integrated code editor won't. This is a problem when switching from one window to the other...
Is there a way to activate ...
0
votes
1answer
43 views
What is the effect of putting an @ after a traits name?
I stumbled upon this example for python traits ListEditor:
Can someone tell me why there is an "@" behind 'people' in the View definition(line 75)?
I couldn't find anything in the traits doc
0
votes
0answers
43 views
Error while working with Python and Networkx in Visual studio 2010
I have installed Visual Studio 2010 with PTVS 2.0 and Enthought Canopy Express on a Windows 7 machine.
I have also installed Networkx python package.
Here is the program which I'm trying to execute.
...
1
vote
1answer
49 views
OpenGL with PyFace
How I can write an OpenGl application using Enthought Framework? I created a TasksApplication and I am stuck on this tutorial, I don't know what I can use instead PythonEditor there. I need to create ...
0
votes
1answer
50 views
enthought canopy package manager “no arguments”
I have been using Enthought Canopy Distribution (Academic License) for the last few weeks. I have also used the Package Manager to install packages.
But now today when I tried to install Scikit learn ...
-1
votes
0answers
38 views
Choosing the right python - MySQL connector
1) I write fairly simple scripts for clinical informatics research. I am NOT a sophisticated programmer.
2) I believe SQLAlchemy and other ORM's are overkill for the things that I do. (see #1)
3) I ...
0
votes
1answer
52 views
Enthought Canopy fails to start
I have just installed Enthought Canopy on my Windows 7 32-bit (I have russian version of Windows). But when I tried to start it, I got a bug reporter dialog window saying "... we ran into a problem ...
-1
votes
0answers
39 views
Cannot open files in Enthought Canopy in windows 7 x64
I have Enthought Canopy x64 installed in windows 7 home premium. I can't open any file in Canopy x64. They gives me always the same error: Error while opening file "C:\anything...". If you click in ...
0
votes
1answer
78 views
How to get MayaVi2 to default to/use Qt rather than wx? (SOLVED)
Previously I have been using a python environment maintained by Mac ports. I had some basic scripts using PyQT, VTK, matplotlib etc. I have been able to use Paraview but seem a little heavy for my ...
0
votes
1answer
80 views
Enthought Canopy 64bit on OSX: import pyglet.gl failure
Retaining question for posterity; see workaround in edit
The Pyglet package comes installed at base and isn't removable. Using the current fully updated version 1.1.4 of Pyglet, I get repeatable ...
-2
votes
0answers
67 views
Enthought Canopy in Windows XP SP3 requires Microsoft Visual C 2008 run-time [closed]
I installed the free Enthought Canopy Express canopy-1.0.0-win-32.msi on a brand new and clean Windows XP SP3 installation which has all Microsoft security updates, but no other software installed. ...
1
vote
2answers
105 views
Cannot import Tkinter using Canopy
I'm unsuccessfully trying to import Tk using Canopy:
In [1]: import Tkinter
---------------------------------------------------------------------------
ImportError ...
1
vote
1answer
21 views
Finding current location of editors in traitsui
Is there a way to tell what is the current location of my editor on the screen? Also acceptable would be a way to tell what is the current location of an editor within the traitsui window in which it ...
1
vote
1answer
180 views
Enthought Canopy on Mac OS X installing external program Dolfin (FEniCS)
Over the past few weeks I started programming in Python and have been using Enthought Canopy's python environment (using Mac OS X). I'm interested in modeling incompressible Navier-Stokes equation ...
3
votes
1answer
93 views
Python Enthought 32 vs. 64 bit version
I want to execute the following command...
scrapy startproject resultScrapper
However, the following error shows up...
-bash: /Users/usrname/Library/Enthought/Canopy_64bit/User/bin/scrapy: ...
1
vote
1answer
81 views
Dynamically add legends to matplotlib plots in python
I have a set of plots in python and want to add legends to each of them separately. I am generating the plots in a for loop and want to add the legends dynamically.
Im getting only the last legend ...
4
votes
2answers
57 views
scikit-learn svm import error
I'm running Canopy 64-bit on a mac. After installing scikit-learn (using the package manager), I tried to import svm, and got the following error.
ImportError: ...
0
votes
0answers
18 views
How to make PanTool and ZoomTool behave if plot origin is 'top left'?
I'm trying to use PanTool and ZoomTool in a Chaco plot whose origin is set to 'top left' but the behavior of these tools is not as expected. Panning moves in the opposite direction and box zooming ...
0
votes
1answer
79 views
Installing PyObjC on Enthought python and Canopy
I want to access some of the PyObjC routines using Enthought Python 7.3-2 (32 bit, OS X 10.8.3)
When I run the enpkg installer from the command line, I get a fair way through the install and then:
...
0
votes
0answers
34 views
chaco traits editor like in the good old days?
Page 15 of http://ftp.ntua.gr/mirror/python/pycon/papers/chaco.pdf is exactly what I have been looking for for my chaco plots: an editor that allows one to change the properties of the different ...
1
vote
2answers
47 views
How to plot multiple (x,y) series on same axes with chaco?
I have several sets of (x,y) data that I'd like to plot as line plots on the same figure. I have no trouble with matplotlib doing this, but I cannot get the same results with chaco. Code and output ...
0
votes
0answers
48 views
h5py and Enthought python distribution:
I have followed the thread at h5py gives error after installation to install the h5py python module using brew, and everything seems to be working fine.
-bash-3.2$ python
Python 2.7.2 ...
0
votes
0answers
11 views
mayavi : put one object in front of another
Is there a way to force an object to be drawn over another in mayavi scene ?
I have a vector field cut plane that I would like to always show in front of the iso surface plot, so that the vectors ...
0
votes
0answers
107 views
Importing rpy2 modules in Enthought Canopy python
I reinstalled R and rpy2 after installing Enthought Canopy python.
In python I can now:
import rpy2
without an error message.
However, when I want to import any specific rpy2 modules, I get the ...
0
votes
0answers
34 views
Canopy freezes when running demo
When running the file called ListEditor_demo.py from the Examples included in the canopy ditribution, I experience that the interface does not display the menu "add row" etc.. as it is the case under ...
1
vote
1answer
207 views
Installing python module “rpy2” after installing Enthought Canopy
Some of my python scripts use rpy2 as an interface to R, which worked perfectly with the previous Enthought EPD python.
I recently installed Canopy Python from Enthought.
Python now no longer finds ...
0
votes
0answers
53 views
Enthought Traits List Editor seemingly not working with QT
When running one simple example from the demos included in the EPD free (and canopy) distribution, I get the following error by switching to qt:
Traceback (most recent call last):
File ...
3
votes
1answer
204 views
How to install packages in Enthought Canopy without X?
I have been using Enthought Python Distribution (EPD) for some time. It allows the user to install the latest precompiled python packages (e.g. numpy, scipy) with a single command.
Today I wanted to ...
0
votes
1answer
94 views
Enthought Canopy 1.0 missing Python.h and other includes
I installed the Canopy distribution from Enthought for Mac OSX 64 bit and the include/python-2.7 folder is missing.
I couldn't find a package that includes this, has anyone had this problem and a ...
0
votes
1answer
34 views
Enthought enaml tableeditor
I have an object with a custom table editor attached to the view. This table editor can have some of its column deleted by user input. When it is the case I call an update function, this function is ...
0
votes
0answers
34 views
How can I do to configure aptana interpreter to use Enthought python distribution EPD?
I am using APTANA as a Python interpreter and Installed Enthought since it includes all the libraries I need to build a GUI. The problem is that I don't know how to configure them to work together, in ...
0
votes
2answers
60 views
Enthought Mayavi embedding with wx problems
At first my running system:
I use Windows 8 Pro and Mayavi 4.3 from the repository together with wxPython 2.9.4.0 at Python 2.7.4 but also had the same issue with mayavi 4.2.1 from the EPD package...
...
-1
votes
0answers
92 views
Enthought Canopy on Mac OS X (version 10.8.2) laptop: Canopy crashing [closed]
I am using Canopy on an Apple MacBook Pro running 10.8.2 and at some point when the lap-top is asleep or waking up Canopy crashes (my guess is during wake-up). The error message is consistently like ...
0
votes
2answers
82 views
Distutils compiler options configuration
Maybe a stupid question, but I was wondering where Python's distutils get the compiler options from? It gets some linked directories wrong and I want to correct that once and for all.
I know there ...