[PyQt] make install -> Errors with pyuic4 (file format not recognized)

2013-04-26 Thread James Jong
I am trying to build PyQt4 from source from Qt5. I am building with the most recent snapshot: PyQt-x11-gpl-snapshot-4.10.2-ffcf323516fc since I was told that otherwise I could have problems with QtWebKit.pro if my installation of Qt5 does not provide it. So I run: python configure-ng.py make and

Re: [PyQt] Failing to create a makefile during PyQt installation. qmake is on path

2013-04-24 Thread James Jong
Thanks Phil. When you said current snapshot, did you mean current PyQt's snapshot or current Qt snapshot? Thanks, James On Wed, Apr 24, 2013 at 1:56 PM, Phil Thompson wrote: > On Wed, 24 Apr 2013 13:46:00 -0400, James Jong > wrote: > > After installing Qt5 and SIP, I am now

Re: [PyQt] Failing to create a makefile during PyQt installation. qmake is on path

2013-04-24 Thread James Jong
Sorry, the error line reads: Error: /home/james/local/bin/qmake failed to create a makefile from cfgtest_QtWebKit.pro. Thanks, James On Wed, Apr 24, 2013 at 1:46 PM, James Jong wrote: > After installing Qt5 and SIP, I am now trying to install PyQt > > I run the following which resul

[PyQt] Failing to create a makefile during PyQt installation. qmake is on path

2013-04-24 Thread James Jong
After installing Qt5 and SIP, I am now trying to install PyQt I run the following which resulted in an error: $ python configure-ng.py Querying qmake about your Qt installation... Determining the details of your Qt installation... This is the GPL version of PyQt 4.10.1 (licensed under the GNU Gen

[PyQt] Building PyQt to work with Qt5

2013-04-22 Thread James Jong
When building/installing PyQt (from source or using pip), how do I specify the path to the local Qt5 installation? I built Qt5 from source (qt-everywhere-opensource-src-5.0.2.tar.gz) wit