_______________________________________________ PyQt mailing list PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt
When I installed PyQt4 using Python3, the pyuic4 script installed uses
pythonw, not python3 (or pythonw3 if that exists). As a result, it
used python 2.6, which did not include a PyQt installation, and it
couldn't find PyQt4. Officially Python 3 should be invoked as python3.
Is this something I should report as a bug somewhere or is this list
the appropriate destination? [OS 10.5, Python 3.1.1, PyQt 4.6.2]
- [PyQt] pyuic4 and python3 Mitchell Model
- Re: [PyQt] pyuic4 and python3 Phil Thompson