That's probably a conflict between PySide and PyQt.
Would you please try to set the 'QT_API' environment variable to
'pyqt' or to 'pyside' to see what happens?
HTH,
Pierre
2011/11/4 Michael Anselmi <selm...@gmail.com>:
> --
> 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/-/I6-H3ocyohkJ.
> To post to this group, send email to spyd...@googlegroups.com.
> To unsubscribe from this group, send email to
> spyderlib+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/spyderlib?hl=en.
>
Thanks for replying. I tried setting `QT_API' to both values, and
neither worked.
$ export QT_API=pyqt
$ echo $QT_API
pyqt
$ spyder
Cannot mix incompatible Qt library (version 0x40704) with this library
(version 0x40703)
Aborted
$ export QT_API=pyside
$ echo $QT_API
pyside
$ spyder
Cannot mix incompatible Qt library (version 0x40704) with this library
(version 0x40703)
Aborted
Mike