On Thu, Apr 10, 2008 at 4:32 AM, Greg Akins <[EMAIL PROTECTED]> wrote: > On Wed, Apr 9, 2008 at 9:54 PM, Curt Hagenlocher <[EMAIL PROTECTED]> wrote: > > Use ipyw.exe with Application.Run(). > > Nothing appeared when I ran ipyw. No errors. No output.
ipyw.exe doesn't give you an interactive console; you need to use it with a script. It's basically a way of running a Python script without a console. -- Curt Hagenlocher [EMAIL PROTECTED] _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
