Python binaries as zip archive

Fredrik Lundh effbot at telia.com
Sun Feb 13 14:16:53 EST 2000


Jason Stokes <jstok at bluedog.apana.org.au> wrote:
> J.C.Travers wrote in message <38A6F986.F3F29C95 at durham.ac.uk>...
> >RPM1 wrote:
> >>
> >> Try,
> >>      http://www.pythonware.com/downloads.htm
> >>
> >>      It's an EXE but it extracts even if you don't have privileges.
> >
> >No it doesn't. Well it didn't for me.
> >
> >I don't see the reason for not issueing a normal zip archive. Making a
> >self-extracting binary doesn't make it much easier, (esp with winzip
> >etc...) but causes lots of trouble for people like me. At least both
> >should be offered...
>
> It's not just a self-extractor, it's a self-installer that registers
itself
> on the add/remove programs list.  If you don't have install priveliges,
it's
> not going to work no matter how it's packaged.

umm.  the stuff at the pythonware.com is just a
self-extractor.  it explodes itself into c:\py15, and
doesn't touch the registry or the system directory.

the python.org installer is a real installer, though.

</F>





More information about the Python-list mailing list