[PyQt] (no subject)
Phil Thompson
phil at riverbankcomputing.com
Sat Aug 16 09:14:12 BST 2014
On 15/08/2014 5:16 pm, Haizhao Gao wrote:
> hi everyone:
> my os is mac os 10.9.4, I install PyQt-mac-gpl-4.11.1
> first ,I installed sip, when execute: python configure.py , it show
> me
> can not find qmake
> then ,I installed Qt-5.3.1, I buided from
> qt-everywhere-opensource-src-5.3.1.tar.gz, it make me long time.
> after that , execute: python configure.py , it show me :
>
> Determining the layout of your Qt installation...
>
> This is the GPL version of PyQt 4.11.1 (licensed under the GNU General
> Public
>
> License) for Python 2.7.5 on darwin.
>
> Error: This version of PyQt and the commercial version of Qt have
> incompatible
>
> licenses.
>
>
> how can I fix this error? which Qt version should I choose ?
Do you have the commercial version of Qt installed somewhere? If so use
the --qmake flag to configure.py to specify the correct version of
qmake.
If not then what is the value of qt_configure_licensee_str in the
qtbase/src/corelib/global.cpp file in the Qt source?
Phil
More information about the PyQt
mailing list