[IronPython] Error when using Options.FastEval

2005-09-30 Thread Szymon Kobalczyk
Hi, Last time I wrote here I was concerned with memory consumption and performance of embedding IronPython. I decided then to use the FastEval option. I think I found some error in this mode. In code below the last line would throw "Key not found in dictionary." exception caused by the "Non

[IronPython] [IP 0.9.2] Mono 1.1.9.1 weirdness

2005-09-30 Thread Keith J. Farmer
Has someone checked 1.1.9.1 with IronPython 0.9.2? Under Mono, it's emitting a character on each key-down/key-up event, and isn't holding control. See the following: .NET 2.0b2: (bat) IronPythonConsole -X:TabCompletion -X:ColorfulConsole IronPython 0.9.2 on .NET 2.0.50215.44 Copyright (c) Microso