*Newbie Question* --> Is it viable to distribute Python apps over the Internet?
JanC
usenet_spam at janc.invalid
Tue Apr 22 18:10:33 EDT 2003
graham__fawcett at hotmail.com (Graham Fawcett) schreef:
> Presumably a small C program could be written and made available as a
> bootstrap to be placed in binary executable installers (Inno Setup,
> etc) that could detect the absence of a Python environment and
> download/install it prior to final installation of the application.
This can already be done using NSIS and its download plugin ("NSISdl").
<http://nsis.sourceforge.net/>
--
JanC
"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9
More information about the Python-list
mailing list