Re: [IronPython] Newbie questions & comments

2005-12-06 Thread Edward K. Ream
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

Re: [IronPython] Newbie questions & comments

2005-12-06 Thread Martin Maly
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

Re: [IronPython] Newbie questions & comments

2005-12-06 Thread Edward K. Ream
> > 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

Re: [IronPython] Newbie questions & comments

2005-12-04 Thread Martin Maly
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

Re: [IronPython] Newbie questions & comments

2005-12-04 Thread Keith J. Farmer
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

[IronPython] Newbie questions & comments

2005-12-04 Thread Edward K. Ream
> 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

Re: [IronPython] Newbie questions & comments

2005-12-03 Thread Martin Maly
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

[IronPython] Newbie questions & comments

2005-12-03 Thread Edward K. Ream
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