Makespec.py --onefile -w --upx --icon=file.ico script.py So onefile ! Can be something about Cython ? pyd modules can not be reloaded ?
________________________________ From: Hartmut Goebel <[email protected]> To: [email protected] Sent: Sunday, July 10, 2011 3:10 PM Subject: Re: [PyInstaller] Reload a pyd module in a frozen app Am 09.07.2011 11:01, schrieb Lomy Vic: Who know , is possible to work a frozen app, made with pyinstaller ,which has a > >pyd module made with Cython and which module is reloaded inside frozen app? >I have a reloaded pyd module inside frozen app and seems that not work ? > Did you package using --onedir or --onefile? -- Schönen Gruß - Regards Hartmut Goebel Dipl.-Informatiker (univ.), CISSP, CSSLP Goebel Consult Spezialist für IT-Sicherheit in komplexen Umgebungen http://www.goebel-consult.de Monatliche Kolumne: http://www.cissp-gefluester.de/ Goebel Consult mit Mitglied bei http://www.7-it.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.
