Hi all,

I use with success pyinstaller for several projects but I have problem
with a new one and a specific use case.

My project has a main software that run severals plugin. Plugins are
in a plugin folder, each one has his own folder with a main entry:

plugin/myplugin/pgmyplugin.py
plugin/otherplugin/pgotherplugin.py

At startup on the main software, it search for all plugin/*/pg*.py
file and instantiate them. It is working fine with python.

Packaging of the main part with pyinstaller working well, but I have
problems with plugins. I cannot make package for each plugin because
pyinstaller will made an executable file for one (I just want a module
to be load). I have try with success to load *.pyc files, but it
forces me to manage each plugin dependencies by myself...

It cannot find the way to make "dynamic library" like with pyinstaller
to be able to package the main part and the plugin separately (user
can add/del plugin dynamically).

Any idea?

Thanks for pyinstaller work, it is a very great and thanks for your
help.
-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.


Reply via email to