I'm using the SVN trunk checkout, and I'm getting an error when I try
to run Configure.py:

#################################################
C:\PyInstaller>python Configure.py
I: computing EXE_dependencies
I: Finding TCL/TK...
Traceback (most recent call last):
  File "Configure.py", line 324, in <module>
    main(opts.configfile)
  File "Configure.py", line 293, in main
    test_TCL_TK(config)
  File "Configure.py", line 93, in test_TCL_TK
    a.analyze_r('Tkinter')
  File "C:\PyInstaller\mf.py", line 460, in analyze_r
    newnms = self.analyze_one(name, nm, imptyp, level)
  File "C:\PyInstaller\mf.py", line 519, in analyze_one
    mod = self.doimport(nm, ctx, fqname)
  File "C:\PyInstaller\mf.py", line 581, in doimport
    mod = parent.doimport(nm)
  File "C:\PyInstaller\mf.py", line 755, in doimport
    mod = self.subimporter.getmod(nm)
  File "C:\PyInstaller\mf.py", line 349, in getmod
    mod = owner.getmod(nm)
  File "C:\PyInstaller\mf.py", line 142, in getmod
    mod = self._modclass()(nm, pth, co)
  File "C:\PyInstaller\mf.py", line 719, in __init__
    self.scancode()
  File "C:\PyInstaller\mf.py", line 726, in scancode
    self.binaries = _resolveCtypesImports(self.binaries)
  File "C:\PyInstaller\mf.py", line 1051, in _resolveCtypesImports
    old = _savePaths()
  File "C:\PyInstaller\mf.py", line 1036, in _savePaths
    os.environ[envvar] = os.pathsep.join(sys.pathex)
AttributeError: 'module' object has no attribute 'pathex'
#######################################################

I'm using Win7 64bit with Python 2.6.2.

Should I open a ticket for this, or is it a known issue? Is
PyInstaller compatible with 64 bit windows?

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