<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta content="MSHTML 6.00.2900.2912" name="GENERATOR">
<style title="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body ocsi="x">
<div><font face="Verdana" color="#000000" size="2">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.</font></div>
<div><font face="verdana" size="2"></font>&nbsp;</div>
<div><font face="verdana" size="2">Martin</font></div>
<div><font face="verdana" size="2"></font>&nbsp;</div>
<div id="divRpF400943">
<hr tabindex="-1">
<font face="Tahoma" size="2"><b>From:</b> users-bounces@lists.ironpython.com On Behalf Of jeff sacksteder<br>
<b>Sent:</b> Monday, August 07, 2006 11:10 AM<br>
<b>To:</b> users@lists.ironpython.com<br>
<b>Subject:</b> [IronPython] producing exe's<br>
</font><br>
</div>
<div></div>
<div>If I make exe's like this-<br>
<br>
ipyw.exe -X:SaveAssemblies myscript.py<br>
<br>
I still get the console window. Is this correct?<br>
</div>
</body>
</html>