Hi, A little detail: why does the console display an empty tuple when you simply press enter?
IronPython 0.9.1 on .NET 2.0.50215.44 Copyright (c) Microsoft Corporation. All rights reserved. >>> () >>> () >>> This does not happen with CPython... Also, why don't you enable the tab completion feature by default, as I had to find the special switch and create a shortcut to IronPython to enable it... I'm pretty sure that nobody wants to type everything ;-) Otherwise, I want to congratulate for the job. I've started porting a module that was relying on IDispatch to use ADO and I could successfully replace the code with ADO.Net objects. Morgan _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com