Nope, ipy.exe does not have the option to do that. Since its main purpose is to be the command line console to a large degree compatible with CPython, we didn’t expose the functionality through ipy.exe.

 

Martin

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 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 your assembly ?? Doest have the ipy.exe console an option for this purpose ??

 

    Greetings...

 

 

----- Original Message -----

From: Martin Maly

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 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?



__________ Información de NOD32, revisión 1.1696 (20060807) __________

Este mensaje ha sido analizado con NOD32 antivirus system
http://www.nod32.com


_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


__________ Información de NOD32, revisión 1.1696 (20060807) __________

Este mensaje ha sido analizado con  NOD32 antivirus system
http://www.nod32.com

_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to