Hi,
Am 17.05.2010 17:02, schrieb Jussi Rasinmäki:
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?
Not currently. For extensions, py26win relies on already embedded
manifests to find and include dependent assemblies.
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.
You could try the --manifest option of Makespec.py to add a suitable
manifest to the executable created by pyinstaller (note that this breaks
'true' onefile deploys though).
Cheers,
Jussi
Regards
--
Florian Höch
--
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.