Am 11.11.2011 04:50, schrieb David Cortesi:
The symptom has changed - suddenly (and I swear I didn't change the spec file) the error is no longer "enchant C library not found," it has become the following, I show the full debug output because it seems to show the bundled app executing code out of the pyinstaller's folder and the build folder and also out of theinstalled enchant egg -- rather than being confined to the bundle.
I don't have time to digg into this today, but it looks like sys.path is mixed up:
import encodings # directory /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/encodings
This must not come from the framework. It seams to be a severe problem. Please try a very simple script which only prints sys.path.
-- 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 ist 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.
