[PyQt] PyQt apps deployment under Windows

Miguel Lobo mlobol at gmail.com
Wed May 23 17:50:42 BST 2007


>
> ... or you can use PyInstaller to achieve the same effect without
> recompiling anything.
>

I tried py2exe, cx_freeze and a number of similar applications but as far as
I can see they all require the libraries to be in different files, which are
either a) installed as separate files, requiring uninstallation or b)
extracted from the executable at execution time, meaning they are left
behind if application execution is interrupted for any reason.

I think my approach is cleaner for the application user, if a bit more
complex for the developer.

Regards,
Miguel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20070523/c0ae4d18/attachment.html


More information about the PyQt mailing list