The wild rumpus has started! Many thanks for your help. The code samples
you suggested do indeed work.
> Thanks for this feedback, we'll think about how to make the examples
> clearer.
You are welcome. I am reminded of the scene in the book 'The right stuff'
where the test pilot can fly any
Hello Edward
> Edward K. Ream Wrote:
>
> Alas, winforms itself does not work properly when started
> inside my batch file. The window freezes. Here is the
> contents of my batch file:
>
> cd c:\prog\IronPython-0.9.5\Tutorial
> ..\bin\IronPythonConsole c:\prog\leoCVS\leo\test\ironPythonTest.py
> > Are you trying to import the "winforms.py" that is part of the tutorial?
> > [snip]
Running my batch file from the Tutorial directory does indeed make winforms
available. Thanks!
Alas, winforms itself does not work properly when started inside my batch
file. The window freezes. Here is th
Hi Edward,
> Edward K. Ream Wrote:
>
> Something strange is happening when I do this. If I invoke
> IronPythonConsole interactively, I can import winforms. But
> something different happens when I execute a file. For
> example, suppose ironPythonTest.py contains:
>
> print 'Hello Iron Pyt
Option: modify the source code to do a Console.ReadKey() before
exiting. You could also try dumping the output to a file.
-
Keith J. Farmer // [EMAIL PROTECTED]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Edward K. Ream
Possible bug 4: Without
> To run Python script from the file, simply run:
> IronPythonConsole whatever.py
Something strange is happening when I do this. If I invoke
IronPythonConsole interactively, I can import winforms. But
something different happens when I execute a file. For example, suppose
ironPythonTest.py c
ot;-i" was a file name so we tried to run
it :)
Hope this helps
Martin
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edward K. Ream
Sent: Saturday, December 03, 2005 1:04 PM
To: IronPython
Subject: [IronPython] Newbie questions & comments
Hel
Hello all,
Great looking project. I am eager to start porting Leo to IronPython +
Windows Forms.
Here are some first thoughts from somebody new to .Net, IronPython, Windows
Forms and Gotdotnet :-)
1. It took me two days to find the link to this list. I would have expected
the link to be in the