Re: [IronPython] Console

2007-05-29 Thread Dino Viehland
Some tweaks to make it better: .\ipy.exe -X:ColorfulConsole -X:TabCompletion -X:AutoIndent Or some combination thereof (I don't like AutoIndent because copy & pasting code breaks). And make sure to enable Quickedit Mode on the console (Right Click menu bar, Properties->Options->Quick Edit Mode

[IronPython] Console

2007-05-29 Thread Szurek, John
I'm having a bit of an adjustment in moving from Python to IronPython and hope that somebody can help. The console in Python is a real Windows window. When I run Python in the Python console I get an output window that is a real Windows window. All of that means that I can cut and paste fr

Re: [IronPython] Missing func_closure

2007-05-29 Thread Martin Maly
Thanks, Seo, I opened an issue on CodePlex to track this: http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=10637 Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Sunday, May 27, 2007 11:57 PM To: Discussion of Ir

Re: [IronPython] Error while porting Linux code to IronPython

2007-05-29 Thread Fuzzyman
Anthony Raj wrote: >Hi Micheal, > >You were right again. Something unexpected turned up. > >The error was a conflict with the dictionary instance used in >Wordnet library for windows. > > Ah... the joys of "from module import *". :-) Michael Foord http://www.voidspace.org.uk/ironpython/inde