[PyQt] PyQt5 configure, qtdetail can't find QtCore lib?

David Cortesi davecortesi at gmail.com
Tue Jan 7 00:45:50 GMT 2014


Been a long day. No idea why it thinks QtCore would be in /usr/local,
when that isn't where Qt5 was installed. Probably some environment
variable to set, but it doesn't seem to be LD_LIBRARY_PATH.

> [16:34 ~/Downloads/PyQt-gpl-5.1.1] sudo python ./configure.py --verbose
> Querying qmake about your Qt installation...
> Determining the details of your Qt installation...
> /Developer/5.2.0/clang_64/bin/qmake -o qtdetail.mk qtdetail.pro
> make -f qtdetail.mk
> ...compile details elided...
> dyld: Library not loaded: /usr/local/Qt-5.2.0/lib/QtCore.framework/Versions/5/QtCore
>  Referenced from: /Users/dcortes1/Downloads/PyQt-gpl-5.1.1/qtdetail.app/Contents/MacOS/qtdetail
>  Reason: image not found
> Error: qtdetail.app/Contents/MacOS/qtdetail failed to create qtdetail.out. Make sure your Qt installation is correct.


More information about the PyQt mailing list