I'm having issues starting Spyder 2.1.10 on Ubuntu 11.04 (Natty Narwhal).
I'm using Python 2.7.2. I believe I've installed all the dependencies. I
have rope, sphinx and PyQt4. However, when I run spyder, I get a traceback
saying that it requires PyQt4.4 or above (I have PyQt 4.9.4 installed).
Here's the traceback message:
Traceback (most recent call last):
File "/usr/local/bin/spyder", line 2, in <module>
from spyderlib import spyder
File "/usr/local/lib/python2.7/dist-packages/spyderlib/spyder.py", line
43, in <module>
requirements.check_qt()
File "/usr/local/lib/python2.7/dist-packages/spyderlib/requirements.py",
line 55, in check_qt
% (qt_infos['pyqt']+qt_infos['pyside']))
File "/usr/local/lib/python2.7/dist-packages/spyderlib/requirements.py",
line 30, in show_warning
raise RuntimeError, message
RuntimeError: Please check Spyder installation requirements:
I'm not sure how to point Spyder to PyQt4. I can import PyQt4 from within
Python without any problems, so I know the package is available. I'm sure
there's something obvious that I'm missing, but I can't seem to figure out
what to do.
--
You received this message because you are subscribed to the Google Groups
"spyder" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/spyderlib/-/KQPse8om9wMJ.
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.