> It works for me... is your a PyInstaller-only problem or a Python
> problem? Can you provide the full traceback?

It's a PyInstaller problem only. I have no problem running the code.
I have only tested on windows so far.

c:\Python25\pyinstaller-1.3>Configure.py
I: computing EXE_dependencies
I: Finding TCL/TK...
I: found TCL/TK version 8.4
I: testing for Zlib...
I: ... Zlib available
I: Testing for ability to set icons, version resources...
I: ... resource update available
I: Testing for Unicode support...
I: ... Unicode available
I: testing for UPX...
I: ...UPX unavailable
I: computing PYZ dependencies...

F:\python\obfuscator>Makespec.py test.py
wrote F:\python\obfuscator\test.spec
now run Build.py to build the executable

F:\python\obfuscator>Build.py test.py
Traceback (most recent call last):
  File "C:\Python25\pyinstaller-1.3\Build.py", line 839, in <module>
    build(sys.argv[1])
  File "C:\Python25\pyinstaller-1.3\Build.py", line 76, in build
    exec open(spec, 'r').read()+'\n'
  File "<string>", line 12, in <module>
  File "<string>", line 8, in main
NameError: global name 'Foo' is not defined
--~--~---------~--~----~------------~-------~--~----~
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