I'm running spyder installed through macports on OSX 10.6.8
I think I have some path issues and I was wondering how I should go
about fixing them. python can't seem to find the file spyder.py
iMac:~ kevhill$ python spyder.py
/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/
Contents/MacOS/Python: can't open file 'spyder.py': [Errno 2] No such
file or director
Using find I can find a copy of spyder.py at: /opt/local/Library/
Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/
spyderlib/spyder.py
but attempting to run that doesn't get me much further:
iMac:~ kevhill$ python /opt/local/Library/Frameworks/Python.framework/
Versions/2.6/lib/python2.6/site-packages/spyderlib/spyder.py
Traceback (most recent call last):
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/site-packages/spyderlib/spyder.py", line 30, in <module>
from spyderlib import qt #analysis:ignore
ImportError: No module named spyderlib
oh, and the install seemed to go fine:
iMac:~ kevhill$ port installed *spyder
The following ports are currently installed:
py26-spyder @2.1.8_0 (active)
Any help?
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/spyderlib?hl=en.