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
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
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
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
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
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
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