Am 28.02.2011 20:54, schrieb Florian Höch:
> Yes, adding it to PYTHONPATH works, but isn't very intuitive imho.
> Maybe adding some other options to pyinstaller.py could be another
> possibility? E.g.
>
> pyinstaller.py --bindepend <binary>
> pyinstaller.py --viewarchive <binary>
> etc.
Now this is a real hack!

The problem is you are running on Windows, from the "wrong" directory.
Are you using the GUI (Windows explorer), or are you working from
command line?

So one solution could be adding a .bat file. But this would require a
.bat for each of the files in utils. So the better solution is to just
run from the PyInstaller main directory like this:

python utils\bindepend.py

BTW: pyinstaller.py does not use any any "binary", but uses modules
imported from package PyInstaller (which is located in directory
PyInstaller)

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