I found a strange behavior : pyinstaller work fine when reload py modules or pyc, but when I reload pyd modules made with Cython the error is ImportError: dynamic module does not define init function !
________________________________ From: Lomy Vic <[email protected]> To: "[email protected]" <[email protected]> Sent: Tuesday, July 12, 2011 8:57 PM Subject: Re: [PyInstaller] Reload a pyd module in a frozen app You have right I will change code to not reload python module ! But the question remain ! ________________________________ From: Hartmut Goebel <[email protected]> To: [email protected] Sent: Tuesday, July 12, 2011 8:46 AM Subject: Re: [PyInstaller] Reload a pyd module in a frozen app Am 11.07.2011 21:36, schrieb Lomy Vic: It's about fill a pdf with data dynamical ! > Again: Why do you need to reload the Python module, say: the program code? -- 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. -- 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.
