Am 02.03.2011 11:53, schrieb Hartmut Goebel:
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 :-(

Yes, it's working now :)

Regards
--
Florian Höch

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

Reply via email to