[IronPython] producing exe's

Martin Maly Martin.Maly at microsoft.com
Tue Aug 8 19:05:37 CEST 2006


Yes, that's correct. The -X:SaveAssemblies flag is mainly for debugging purposes. If you need to produce an exe, the recommended way is to use the IronPython.Hosting.PythonCompiler class which allows you to set the type of assembly among other things.

Martin

________________________________
From: users-bounces at lists.ironpython.com On Behalf Of jeff sacksteder
Sent: Monday, August 07, 2006 11:10 AM
To: users at lists.ironpython.com
Subject: [IronPython] producing exe's

If I make exe's like this-

ipyw.exe -X:SaveAssemblies myscript.py

I still get the console window. Is this correct?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060808/f1d68bbb/attachment.html>


More information about the Ironpython-users mailing list