I updated Python from 2.6.5 to 2.2.6 on my mac using the official
python.org disc image and in doing so spyder would no longer load. I
looked at the stack trace message and it seems that there is now a
problem with SIP, something about a wrong architecture. Here is the
full stack trace:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.6/bin/spyder",
line 2, in <module>
from spyderlib import spyder
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/spyderlib/spyder.py", line 18, in <module>
from spyderlib import qt #@UnusedImport
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/site-packages/spyderlib/qt/__init__.py", line 14, in
<module>
import sip
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/
lib/python2.6/site-packages/sip.so, 2): no suitable image found. Did
find:
/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-
packages/sip.so: mach-o, but wrong architecture
I've tried reinstalling QT, SIP, PyQT, and Spyder and nothing seems to
work. Any suggestions?
Thanks for you help,
jack
--
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.