Static linking of python and pyqt

"Martin v. Löwis" martin at v.loewis.de
Wed Dec 19 14:27:53 EST 2007


> I need an environment that can be delivered to our customers without 
> installing python, qt and pyqt. We want to provide the complete package.
> In order to do so I need to link at least python and qt. How can this be done?

You should link all extension modules into the Python executable,
through Setup.local

> Of course a complete package with python, qt and pyqt would be the best 
> solution but there seem to be even more complications that way. If you can 
> help me with this I would be very grateful.

Not sure. You didn't explain what the precise problem is, so it's
difficult to help in correcting it.

Regards,
Martin



More information about the Python-list mailing list