[EMAIL PROTECTED] wrote: > Hello, > > I have test.py: > print 'hello' > > I compile using iron python the result is test.exe > > I have got error message when I tried to call test.exe telling that > test.exe is not a valid win32 application. > > How can I solve this problem? > > Sincerely Yours, > Pujo >
drag all the ironpython dlls into the same folder as your generated exe and try again. That error could also be a result of running a .net 2 app in .net 1.1 or something similar. -- http://mail.python.org/mailman/listinfo/python-list