Q: Making Python use no shared extension modules?

simo simoninusa2001 at yahoo.co.uk
Thu Jun 10 17:10:35 EDT 2004


I don't think you can do it.

The closest you'd get is McMillan Installer's --onefile which
basically zips up all the modules into one file, which decompressed on
the fly when run, although when I've tried it on clean Linux boxes, it
still requires non-Python stuff (like a wxPython app still requires
wxTGK installed).



More information about the Python-list mailing list