Hi,

I'm building an self-contained installer for wxGlade a wxPython based 
application. Most works fine, but the application imports plugins dynamically 
at application startup. The plugins are listed in a text file. This file will 
be read to import the plugins dynamically.

Now I'm looking for a smart approach to analyse the dependencies of those 
plugins to add the dependencies but not the plugins to the installer.

Currently I generate a list of all plugin files and add the list to the 
Analysis() call. The origin files will be removed from the results (a.pure and 
a.scripts). The dependencies are still remaining the the analysis results and 
will be integrated into the installer.

Is there a smart solution for analyse such plugins and add the dependencies 
without adding the plugin?

Regards,
Carsten
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

-- 
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