Hi,
I've just started using Spyder and I've been having issues configuring my 
libraries. I'm on Mountain Lion osx. 
The interpreters I invoke on terminal see and import the packages just 
fine. But I couldn't get Spyder to see some of these packages (under the 
site-packages directory of python). 

Some packages are visible to Spyder (I'm guessing those are the ones that I 
installed using pip?), but I couldn't figure out a failsafe way to import 
the rest.
I tried adding the entire site-packages folder, which caused the 
interpreter in Spyder to crash at startup:

Traceback (most recent call last):
  File "/Library/Python/2.7/site-packages/site.py", line 74, in <module>
    __boot()
  File "/Library/Python/2.7/site-packages/site.py", line 2, in __boot
    import sys, os, os.path
ImportError: No module named os


Then I tried adding the path to each library separately, which also did not 
work (the usual "no module named..." error).
The libraries I've had this problem so far are Pymatlab and pytables (i.e. 
tables). 

What is the correct way of making sure Spyder uses the same libraries as 
the system's python interpreter? I looked at the documentation but could 
not find the relevant chapter.

Thanks,
Ali

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to