Top "Enthought" questions

consulting solutions utilizing Python.

How to add Python to Windows registry

I've downloaded Enthought Canopy EPD Free (now Canopy Express) from https://www.enthought.com/products/epd/free/ and want to …

python registry enthought
ImportError: No module named Cython.Distutils

I'm having a strange problem while trying to install the Python library zenlib, using its setup.py file. When I …

python importerror enthought
Pip install python package into a specific directory other than the default install location

The default location where pip installes packages on my Ubuntu system is '/usr/local/lib/pytho2.7/dist-packages/' which …

python ubuntu-12.04 pip enthought
Any way to solve a system of coupled differential equations in python?

I've been working with sympy and scipy, but can't find or figure out how to solve a system of coupled …

python numpy scipy enthought sympy
Matplotlib - Force plot display and then return to main code

This is a MWE of what I'm after, adapted from this question: from matplotlib.pyplot import plot, draw, show def …

python matplotlib enthought
PyAudio IOError: No Default Input Device Available

I'm using PyAudio under the Enthought Python Distribution (Python 2.6.6) in Ubuntu 10.10 x64. >>> import pyaudio >>> …

python portaudio pyaudio enthought
How to create multiple histograms on separate graphs with matplotlib?

I have 5 data sets from which I want to create 5 separate histograms. At the moment they are all going on …

python matplotlib histogram enthought canopy
Configuring Pydev Interpreter in Eclipse to use Enthought Python Distribution

I downloaded Pydev plugin for Eclipse (3.5.2) today on Mac OSX 10.5.8. To be able to use Pydev, I need to configure …

python pydev enthought
Missing dll Error Whle installing Python 2.7

I am trying to install python(epd_free-7.3-2-win-x86) on my PC (windows 7 - 32bit) but not able to …

python python-2.7 enthought
How to check whether I have IPython installed on my machine and what sequence to install these libraries?

I need to use python for a machine learning course and I also need to install some external libraries. I'm …

python macos ipython enthought