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: [EMAIL PROTECTED] On Behalf Of jeff sacksteder
Sent: Monday, August 07, 2006 11:10 AM
To: users@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?
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to