On 02/14/2014 08:45 AM, Raphael Thomalla wrote:
Hi,I did update PyQt4 and PySide 1.1.1, but now this message appears: spyder-2.3.0beta3$ spyder Traceback (most recent call last): File "/usr/local/bin/spyder", line 3, in <module> start_app.main() File "/usr/local/lib/python3.3/dist-packages/spyderlib/start_app.py", line 90, in main from spyderlib import spyder File "/usr/local/lib/python3.3/dist-packages/spyderlib/spyder.py", line 99, in <module> from spyderlib.qt.QtGui import (QApplication, QMainWindow, QSplashScreen, File "/usr/local/lib/python3.3/dist-packages/spyderlib/qt/QtGui.py", line 13, in <module> from PySide.QtGui import * # analysis:ignore ImportError: No module named 'PySide.QtGui'
You need only one of either PyQt or PySide. My choice would be PyQt. I have found in thte past they do not play well together.
AHHHHHHH ;)
-- Adrian Klaver [email protected] -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/groups/opt_out.
