On 04/02/2015 06:21 AM, west h wrote:
Update on the way I got the modules to work on spyder on a mac

First I unzip the modules then i used Terminal to install to the MacPython.
1 In Terminal you use easy-install to install the setup.py ---
2 locate folder in terminal then type -  python setup.py install
3 After that in the unzip folder you will see a new folder called build
4 Inside build you will see lib
5 inside lib you will see a folder with the modules name
6 copy that folder and paste in spyder lib

After i did that the program now works in spyder. I did this for 3
modules all
of them work. no Errors.


You realize you will need to do this every time you want a new module and since modules tend to have dependencies it can get complicated in a hurry. I would go with Carlos's suggestion and just change the interpreter to point to the system Python and then you have everything in one location, for the most part.


--
Adrian Klaver
[email protected]

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to