On mar, 2009-03-10 at 12:51 -0700, [email protected] wrote: > hi im trying to compile a simple scritp to a onefile exe: > > upload.py > http://paste2.org/p/162074 > > and i get this error when i try to execute the file, or when i try to > upload a file trough the exe. no matter if --onefile is triggered > i have to say that as a .py script everything works fine. trying > py2exe works but i dont like it that way. > here is the error: > http://paste2.org/p/162077
It seems that you're using PyInstaller 1.3 which is very old right now (try with a fresh checkout of trunk from SVN) and Python 2.6, which is not yet fully supported. It should perfectly work with PyInstaller trunk and Python 2.5, but I can't help at the moment with Python 2.6. -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
