[PyQt] ld errors from pyqtdeploy project

Dominique Cyprès lunasspecto at gmail.com
Sun Oct 26 05:12:37 GMT 2014


Hi all,

Lately I've been trying to freeze a PyQt5 application using pyqtdeploy
0.8, running on Windows XP in a VM. Things seem to go alright until I'm
building the frozen application and get these ld errors:

cannot find -lQt
cannot find -lQtCore
cannot find -lQtGui
cannot find -lQtWidgets
cannot find -lQtPrintSupport
cannot find -lQsci
cannot find -lsip

This happens whether I invoke nmake through pyqtdeploy, from the command
line, or through Qt Creator's build process. Should I be changing some
environment variables or something?

Dominique


More information about the PyQt mailing list