[IronPython] producing exe's
Martin Maly
Martin.Maly at microsoft.com
Tue Aug 8 13:39:48 PDT 2006
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: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] 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<mailto:Martin.Maly at microsoft.com>
To: Discussion of IronPython<mailto:users at lists.ironpython.com>
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: users-bounces at lists.ironpython.com<mailto: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?
__________ 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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/users-ironpython.com/attachments/20060808/fa26a513/attachment-0001.html
More information about the users
mailing list