The reason you get the error message is that we do not set an entry
point on the generated assemblies.
This was recently removed as part of the reload() implementation. We are
going to add it back in 0.7.6 as a short-term solution. The long term
solution - a full-fledged compilation of python sourc
When I try to run any .exe generated by IronPython, I
get the following error:
[application name here] is not a valid Win32
application.
I have IronPython 0.7.5 and .net Framework 2.0.50215
How can I fix this problem?
Thanks
___
us