mxCGIPython question (was: Build the Python library into the binary)

Thomas Heller thomas.heller at ion-tof.com
Thu Jun 24 04:54:10 EDT 1999


> Hi
> 
> did you have a look at mxCGIPython at
> http://starship.skyport.net/~lemburg/mxCGIPython.html ?
> This is a single executable not shared library with the
> standard Python library embedded.
> 
> Cheers
> --
> Florent Heyworth
> 
Works great, except for one problem (under Windows):
you cannot use any extension modules, because they do
not find python15.dll (or, worse, they find the wrong
python15.dll).

Is it possible to build a python15.dll containing the
standard library or is it only possible to freeze executables?

Thomas Heller





More information about the Python-list mailing list