Am 28.02.2011 22:06, schrieb Florian Höch:
> Command line, from the 'root' pyinstaller directory (not the
> 'PyInstaller' module subdirectory).
IC, But I do not understand what is happening here.

No, stop, *aaaaaahhhhhh* It's Windows! Windows ignores case in filenames
*aaahhhh*

The scripts in utils try to import e.g. PyInstaller.bindepend. But since
Windows uses case-insensitive filenames, the file pyinstaller.py gets
loaded instead of PyInstaller/__init__.py (and further on
PyInstaller/bindepend.py)

Please run
python -v -c 'import PyInstaller.bindepend'

and post the relevant lines (after the Python interactive startup
message) here.

On my machine this looks like:

Python 2.6.5 (r265:79063, Oct 29 2010, 14:35:07)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import PyInstaller # directory PyInstaller
import PyInstaller # from PyInstaller/__init__.py
import PyInstaller.bindepend # from PyInstaller/bindepend.py

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

Monatliche Kolumne: http://www.cissp-gefluester.de/aktuelle
Goebel Consult mit Mitglied bei http://www.7-it.de


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

Reply via email to