Re: [PyQt] ImportError: /usr/lib/python3.3/site-packages/PyQt5/QtGui.so: undefined symbol: PyUnicode_DecodeASCII

2013-10-04 Thread bootch
Nevermind, the error is mine: I mistakenly started Python 2.7 and tried to import PyQt5 modules. ( the Python org should improve the error message for this situation where the interpreter and an extension module are compiled with different Unicode implementations.)

[PyQt] ImportError: /usr/lib/python3.3/site-packages/PyQt5/QtGui.so: undefined symbol: PyUnicode_DecodeASCII

2013-10-04 Thread bootch
My environment: Ubuntu 13.04 Qt5.0.1 (as installed by Ubuntu) Python3.3 (as installed by Ubuntu) python3-dev (installed using Ubuntu Software Center) sip-4.15.2 (downloaded) PyQt-gpl-5.0.1 (downloaded) When starting my app: ImportError: /usr/lib/python3.3/site-packages/PyQt5/QtGui.so: undefined s

[PyQt] pyqt5.1 fails to build for qt5.01: qpyopengl_api.h:29:33: fatal error: QOpenGLVersionProfile: No such file or directory

2013-10-04 Thread bootch
My environment: Ubuntu 13.04 Qt5.0.1 (as installed by Ubuntu) Python3.3 (as installed by Ubuntu) python3-dev (installed using Ubuntu Software Center) sip-4.15.2 (downloaded) PyQt-gpl-5.1 (downloaded) >cd Down*/PyQt* >python3 configure.py >make yields error in the subject line >qmake -v QMake vers