One more piece of info.
I'm using 64-bit Windows, but 32-bit Python. As such, I don't take this
branch:

if iswin and platform.architecture()[0] != "32bit":
    print "ERROR: PyInstaller does not support Windows 64-bit"
    print "Subscribe to this ticket for more information:"
    print "    http://www.pyinstaller.org/ticket/25";
    sys.exit(2)

Cheers,
 - Dan

On Tue, Jun 29, 2010 at 1:03 PM, Dan Homerick <[email protected]> wrote:

> 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