"python exe" and "py plugins"

Marc Boeren M.Boeren at guidance.nl
Tue Nov 18 07:31:01 EST 2003


> and it works WITHOUT THE PYTHON RUNTIME INSTALLED ...
> sure that this script can't import lib which are not in the exe ;-)

If I remember correctly py2exe provides the python23.dll, so there's your
runtime... meaning that you can probably import whatever library you wish in
your plugin.
You can probably also dynamically import your plugin instead of using
execfile.

Cheerio, Marc.





More information about the Python-list mailing list