RE: [IronPython] Cannot run executable

2005-06-07 Thread Martin Maly
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

[IronPython] Cannot run executable

2005-05-31 Thread S. Hessam Moosavi Mehr
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