#112: On install and configuration configure.py fails.
---------------------------------------------+------------------------------
Reporter: chris.smallw...@… | Owner: giovannibajo
Type: defect | Status: new
Priority: normal | Milestone:
Component: PyInstaller | Version: PyInstaller 1.3
Severity: critical | Keywords: list index out of
range
---------------------------------------------+------------------------------
>>>
I: computing EXE_dependencies
I: Finding TCL/TK...
Traceback (most recent call last):
File "M:\Python\pyinstaller-1.3\Configure.py", line 83, in <module>
binaries.extend(bindepend.Dependencies(binaries))
File "M:\Python\pyinstaller-1.3\bindepend.py", line 258, in Dependencies
dlls = getImports(pth)
File "M:\Python\pyinstaller-1.3\bindepend.py", line 303, in getImports
return getImports2(pth)
File "M:\Python\pyinstaller-1.3\bindepend.py", line 213, in getImports2
importva, importsz = datadirs[1]
IndexError: list index out of range
--
Ticket URL: <http://www.pyinstaller.org/ticket/112>
Pyinstaller <http://www.pyinstaller.org>
PyInstaller Project
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---