Hi! After freezing my application with --onefile option, it cant import .pyd modules. i know I can embed them into my frozen app, but my goal is to have them in separated packages.
It works fine if I change the pyd (cython) files by the original pyc or py files. Otherwise, the modules are not detected (I get the no module named... error). I tried pyinstaller 1.5.1 and the one in the svn trunk. Thanks. -- 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.
