Am 01.03.2011 15:43, schrieb Hartmut Goebel:
What is the output if you are running python -v utils\bindepend.py
(Should that file exist there? In my local copy and also in SVN, it's in
PyInstaller)
python -v PyInstaller\bindepend.py
Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import time # builtin
# C:\Python26\lib\string.pyc matches C:\Python26\lib\string.py
import string # precompiled from C:\Python26\lib\string.pyc
import strop # builtin
# C:\Python26\lib\glob.pyc matches C:\Python26\lib\glob.py
import glob # precompiled from C:\Python26\lib\glob.pyc
# C:\Python26\lib\fnmatch.pyc matches C:\Python26\lib\fnmatch.py
import fnmatch # precompiled from C:\Python26\lib\fnmatch.pyc
# C:\Python26\lib\traceback.pyc matches C:\Python26\lib\traceback.py
import traceback # precompiled from C:\Python26\lib\traceback.pyc
Traceback (most recent call last):
File "PyInstaller\bindepend.py", line 42, in <module>
from PyInstaller import is_win, is_cygwin, is_darwin, is_py26
ImportError: No module named PyInstaller
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.