[PyQt] Finding Qt modules in different paths

Peter Eszlari peter.eszlari at gmail.com
Tue Jan 16 06:46:47 GMT 2018


Hello!

I have the following setup (Linux):

- all basic Qt modules (Core, Gui etc.) are installed under the prefix "/usr"
- QtWebkit is installed under the prefix "/app"
- I want to install PyQt under the prefix "/app" too

How can I tell PyQt to search for Qt modules in both places ("/usr" and
"/app") when I compile it?

Thanks in advanced!


More information about the PyQt mailing list