Re: [IronPython] producing exe's

2006-08-08 Thread Martin Maly
Rodolfo Conde Sent: Tuesday, August 08, 2006 1:14 PM To: Discussion of IronPython Subject: Re: [IronPython] producing exe's         Hi all, first mail on the list :)...       Do you mean you have do make a little program with IronPython.Hosting.PythonCompiler class to make

Re: [IronPython] producing exe's

2006-08-08 Thread Rodolfo Conde
: Martin Maly To: Discussion of IronPython Sent: Tuesday, August 08, 2006 11:05 AM Subject: Re: [IronPython] producing exe's Yes, that's correct. The -X:SaveAssemblies flag is mainly for debugging purposes. If you need to produce an exe, the recommended way is

Re: [IronPython] producing exe's

2006-08-08 Thread Martin Maly
D] 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.

[IronPython] producing exe's

2006-08-07 Thread jeff sacksteder
If I make exe's like this-ipyw.exe -X:SaveAssemblies myscript.pyI still get the console window. Is this correct? ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com