Hi,

We have an app that loads a module during runtime with
imp.load_module. This module in its turn imports a C-extension.
Is there a way to get py26win-branch of pyinstaller to generate a
manifest for this extension as well?
Alternatively, what are the steps needed to sort the said C-extension
out by "hand-coding"?
Now this module causes the app to crash as the manifest for the
C-extension is missing.

Cheers,
Jussi

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