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 sources into .Net executables - is something we are looking into for the future.
Martin > S. Hessam Moosavi Mehr Wrote: > > 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 _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com