Hello,

I'am developing a non-trivial application which does lots of dynamic
imports. Currenly, each module is imported from a zip file, which is
dynamically inserted to sys.path at runtime.

As stated in the manual, this does not work with pyinstaller. It would
be great if this was possible, because I really want to deploy
pyinstaller's single file executables (mostly on Windows). I should
note that it is not possible to unpack these zip files on the fly,
because of our (own) platform limitations.

Best regards,

Umit Oztosun
_______________________________________________
PyInstaller mailing list
[email protected]
http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller

Reply via email to