can wxpython do this?

Anthony Tuininga anthony at computronix.com
Wed Sep 18 00:31:34 EDT 2002


I have written a set of routines similar to py2exe and I know that
Gordon McMillan's installer does similar things as well. Both of these
options are cross-platform. So which platforms do you need to have this
run on?

On Tue, 2002-09-17 at 22:07, Peter Hansen wrote:
> Erick wrote:
> >     > A better option, although I haven't tried it myself, would be
> >     > to use py2exe to build an executable, then package that up
> > 
> > thanks Peter, but I was talking about something cross-platform. As py2exe's
> > page says:
> > 
> >      py2exe is a distutils extension to convert python scripts into
> >     executable windows programs, which are able to run without
> >     requiring a python installation.
> > 
> > 
> > do you know if it works across platforms?
> 
> I don't believe the current solutions are cross-platform, but
> it could be feasible to build a meta-packager which uses the
> appropriate package to build executables for different platforms
> by calling on the appropriate platform-dependent packager.
> 
> Anyway, do you really want all platforms, or a specific subset?
> 
> -Peter
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list






More information about the Python-list mailing list