Hi,

I'm using the development version and have installed all of the
dependencies. When I attempt to run spyder:

$ spyder

i get the following:

Traceback (most recent call last):
  File "/usr/local/bin/spyder", line 2, in <module>
    from spyderlib import spyder
  File "/Library/Python/2.6/site-packages/spyderlib/spyder.py", line
30, in <module>
    from spyderlib import qt #analysis:ignore
  File "/Library/Python/2.6/site-packages/spyderlib/qt/__init__.py",
line 38, in <module>
    raise ImportError("Spyder requires PySide or PyQt to be installed")
ImportError: Spyder requires PySide or PyQt to be installed
viking:~ petert$ sudo spyder
Password:
Traceback (most recent call last):
  File "/usr/local/bin/spyder", line 2, in <module>
    from spyderlib import spyder
  File "/Library/Python/2.6/site-packages/spyderlib/spyder.py", line
30, in <module>
    from spyderlib import qt #analysis:ignore
  File "/Library/Python/2.6/site-packages/spyderlib/qt/__init__.py",
line 38, in <module>
    raise ImportError("Spyder requires PySide or PyQt to be installed")
ImportError: Spyder requires PySide or PyQt to be installed

I have tried installing both PySide and PyQt from MacPorts and
downloading/installing the binaries directly to no avail.

Can anyone suggest a solution?

Thanks,

Peter

-- 
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.

Reply via email to