Traits.api Error In Python
Solution 1:
If I am not mistaken, you will need to compile the Enthought tool suite after downloading, which is not always easy.
I would suggest that you try installing the Enthought Python distribution Free which you can get here: http://www.enthought.com/products/epd_free.php
That way you should have all the necessary packages installed by default.
EDIT:
If you absolutely want to keep the default python distribution, this guy here has compiled a list of useful python packages with easy windows installers.
Furthermore there are very complete python distributions out there which come with almost all the scientific package you could need: PythonXY (although this is only 32bit), then there is the Continuum Anaconda distribution which has been gaining a lot of ground.
Post a Comment for "Traits.api Error In Python"