[IronPython] compiling standalone programs

Sanghyeon Seo sanxiyn at gmail.com
Fri Jun 16 06:04:20 CEST 2006


2006/6/16, jeff sacksteder <jsacksteder at gmail.com>:
>
> That appears to still create a console window at runtime.  Can that be
> disabled? I know that Py2exe can create 'console' or 'windows' applications
> optionally.

This is the issue #346 and it seems that it will be fixed in 1.0 Beta 8.
http://www.codeplex.com/WorkItem/View.aspx?ProjectName=IronPython&WorkItemId=346

Essentialy, it amounts to compiling with /target:winexe instead of /target:exe.

Seo Sanghyeon



More information about the Ironpython-users mailing list