Re: [PyQt] pyuic4 and python3

2009-12-22 Thread Phil Thompson
On Mon, 21 Dec 2009 15:10:35 -0500, Mitchell Model wrote: > 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.

[PyQt] pyuic4 and python3

2009-12-21 Thread Mitchell Model
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 somethi