Re: [PyQt] Windows/OS X installers for PyQt4 apps

2009-02-07 Thread eliben
stan-54 wrote: > > At least for windows, code developed in Gentoo/Ubuntu/Python-2.5/ > Qt/PyQt4 is > very efficiently converted to self contained .exe's with pyinstaller and > seems a little faster executing (smaller loading time) than py2exe. > While I've also found both pyinstaller and

Re: [PyQt] Windows/OS X installers for PyQt4 apps

2009-02-07 Thread Giovanni Bajo
On sab, 2009-02-07 at 13:09 +0100, Frédéric wrote: > On samedi 07 février 2009, Giovanni Bajo wrote: > > > > Does it mean you can package a Windows .exe from a linux system? > > > > Yes, PyInstaller SVN trunk can do that as well. It's undocumented at the > > moment, but it mostly works. To make it

Re: [PyQt] Windows/OS X installers for PyQt4 apps

2009-02-07 Thread Giovanni Bajo
On sab, 2009-02-07 at 11:36 +0100, Frédéric wrote: > On samedi 07 février 2009, stan wrote: > > > At least for windows, code developed in Gentoo/Ubuntu/Python-2.5/ > > Qt/PyQt4 is very efficiently converted to self contained .exe's with > > pyinstaller and seems a little faster executing (smaller

Re: [PyQt] Windows/OS X installers for PyQt4 apps

2009-02-07 Thread Frédéric
On samedi 07 février 2009, stan wrote: > At least for windows,  code developed in Gentoo/Ubuntu/Python-2.5/ > Qt/PyQt4 is very efficiently converted to self contained .exe's with > pyinstaller and seems a little faster executing (smaller loading time) > than py2exe. Does it mean you can package a

Re: [PyQt] Windows/OS X installers for PyQt4 apps

2009-02-07 Thread Giovanni Bajo
On sab, 2009-02-07 at 10:58 +0100, stan wrote: > At least for windows, code developed in Gentoo/Ubuntu/Python-2.5/ Qt/PyQt4 > is > very efficiently converted to self contained .exe's with pyinstaller and > seems a little faster executing (smaller loading time) than py2exe. > I prefer pyinstal

Re: [PyQt] Windows/OS X installers for PyQt4 apps

2009-02-07 Thread stan
At least for windows, code developed in Gentoo/Ubuntu/Python-2.5/ Qt/PyQt4 is very efficiently converted to self contained .exe's with pyinstaller and seems a little faster executing (smaller loading time) than py2exe. I prefer pyinstaller a little for the moment, as it seemed clearer and runs

[PyQt] Windows/OS X installers for PyQt4 apps

2009-02-06 Thread Mark Voorhies
I am starting work on a Python/Qt4 based GUI and am looking for advice on packaging the finished application for Windows XP and OS X. The details are: * The development is being done on Linux (Ubuntu and Debian), so open source packaging tools that run on Linux are preferred. * I am using