Am 08.06.2013 14:20, schrieb dbv: > # add the --paths=DIR to the pyinstaller search path > python pyinstaller.py --paths=/path/to/config_data generic.spec
`--path` is *not* used for importing, it is only used by the import-tracker to search for modules. You want to use (on a Unix-oid operating system): PYTHONPATH=$PYTHONPATH:/path/to/config python pyinstaller.py generic.spec -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP Goebel Consult http://www.goebel-consult.de Monatliche Kolumne: http://www.cissp-gefluester.de/2011-02-fleisige-datensammler-fur-lukratives-geschaeftsmodell-gesucht Blog: http://www.goebel-consult.de/blog/20050401 Goebel Consult ist Mitglied bei http://www.7-it.de/
smime.p7s
Description: S/MIME Kryptografische Unterschrift
