[PyQt] newbie questions...

Grzegorz Adam Hankiewicz gradha at titanium.sabren.com
Wed Aug 13 08:12:51 BST 2008


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/ 
).


More information about the PyQt mailing list