I'm using IronPython 1.0.2190 (Beta) on .NET 2.0.50727.42 (Windows XP
SP2). It seems that any script I try runs fine if invoked with
ironpythonconsole (i.e., from cmd's command line:
"ironpythonconsole test.py"). However, when I try to run the
generated executable, I first get a dialog box saying "test.exe is not
a valid Win32 application", and then get an "Access is denied" message
printed to the console. For example, the generated executable for a
simple hello world script won't load:
def Main():
print "hello world"
Main()
Any ideas on what's wrong?
Thanks.
---
Greg Chapman
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com