Hi, I'm getting this error when I try to run my executable:
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'Analysis' is not defined
My spec file is:
a = Analysis([os.path.join(HOMEPATH,'support\\_mountzlib.py'),
os.path.join(HOMEPATH,'support\\unpackTK.py'),
os.path.join(HOMEPATH,'support\\useTK.py'),
os.path.join(HOMEPATH,'support\\useUnicode.py'), 'Rehost.spec',
os.path.join(HOMEPATH,'support\\removeTK.py')],
pathex=['E:\\My Documents\\Development\\rehost\\svn'])
pyz = PYZ(a.pure)
exe = EXE(TkPKG(), pyz,
a.scripts,
a.binaries,
name='Rehost.exe',
debug=0,
strip=0,
upx=0,
console=1
It's a pretty simple program...I'll try to make a simple test case
next week.
Thanks,
Dave
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---