... 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
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to