El 13/08/2008, a las 7:43, Andreas Pakulat escribió:

On 12.08.08 20:35:32, Chris Withers wrote:
Andreas Pakulat wrote:
- How do I package an app up that uses PyQt4 as a double-click- installer
for non-technical users?

Same as the first thing above: They should use the PyQt4 installer from
Phil or distro packages and then just execute your python script.

You may also want to look at non-python specific options, like NSIS installer (http://nsis.sourceforge.net), Wix (http:// wix.sourceforge.net), etc.

For the exe building you probably want to use py2exe (http://www.py2exe.org/ ).
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to