Re: Standalone Python Programs...
From: simo (simoninusa2001_at_yahoo.co.uk)
Date: 08/07/04
- Next message: Darcy Kahle: "Advanced printing using win32ui in python - help!"
- Previous message: Roy Smith: "Re: PEP-0318"
- In reply to: Grant Edwards: "Re: Standalone Python Programs..."
- Next in thread: David Fraser: "Re: Standalone Python Programs..."
- Reply: David Fraser: "Re: Standalone Python Programs..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 6 Aug 2004 16:48:37 -0700
Grant Edwards <grante@visi.com> wrote:
> Same here. I've used py2exe + Inno Setup for a handfull of
> small wxPython applications and it's all worked quite nicely.
Same here too, InnoSetup is especially useful if you need to bundle
auxilliary files like icons, images, ChangeLogs etc. or make
desktop/startbar shortcuts.
I think py2exe is perfect, cx_Freeze is still not 100%
> > I can't speak to Linux installations because I have always
> > just used the Python installation already there.
> Yup.
I tried McMillan Installer on Linux, and had little success - because
even if you get the binary to build, it usually has .so dependency
issues - basically you need wxWidgets or GTK+ or whatever installed on
top of any Python you've coded.
I've falling back to providing the source and leaving it as an
exercise to the user to install all the Python modules they may not
have in their base install.
One of the attractions of IronPython is that you can build a single
.exe (or .bin on Linux I guess?) although the user still needs the CLR
runtime installed.
- Next message: Darcy Kahle: "Advanced printing using win32ui in python - help!"
- Previous message: Roy Smith: "Re: PEP-0318"
- In reply to: Grant Edwards: "Re: Standalone Python Programs..."
- Next in thread: David Fraser: "Re: Standalone Python Programs..."
- Reply: David Fraser: "Re: Standalone Python Programs..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|