Am 02.03.2011 11:26, schrieb Hartmut Goebel:
> Then we'll think about a  solution :-)
Florian,

I think I have a quite proper solution: Please add these lines to the
top of Build.py and try again:

    try:
        import PyInstaller
    except ImportError:
        import imp, os
        imp.load_module('PyInstaller', *imp.find_module('PyInstaller', ["."]))
        imp.load_module('hooks', *imp.find_module('hooks', ["."]))

(The 'hooks' line is required since 'hooks' are imported, too :-(

-- 
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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to