Go to Google Groups Home    PyInstaller
Re: Loading user contributed Python-code plugins in a packed application

eliben <eli...@gmail.com>

> You should do absolutely nothing, it should work out of the box.

> PyInstaller first searches for imports within the big .exe, and then
> look for them outside. If you bundle your API as a normal python package
> within the big .exe, by simply importing it somewhere, it will
> automatically be available for plugins.
> --

Hello Giovanni, thanks for the reply - I'll see how it goes.
Eli