[PyQt] Problem compiling PyQt5

Phil Thompson phil at riverbankcomputing.com
Thu Mar 27 22:19:41 GMT 2014


On 27-03-2014 7:11 pm, Tomas Sobota wrote:
> Hi,
>
> Im trying to compile the current snapshot of PyQt5
> (PyQt-gpl-5.2.2-snapshot-d8a05545da5d) on Windows 8. My version of
> python is 3.4 32 bits.
>
> The configuration goes well until it stops complaining that "qmake
> failed to create a makefile from QtCoreQtCore.pro.
>
>  Going into the QtCore folder and running qmake on QtCore,pro fails
> because it cannot find the file qpycore_post_init.cpp. Looking at the
> configuration file configure.py I notice that qpycore_post_init.cpp
> should be created from qpyQtCoreqpycore_post_init.cpp.in [1], but
> somehow it isnt.
>
> Any clue about this?

Run it with the --verbose flag.

Phil


More information about the PyQt mailing list