[IronPython] Does IronPython 2.0 not recognize packages?

Dan Eloff dan.eloff at gmail.com
Wed Dec 3 00:09:48 CET 2008


On Tue, Dec 2, 2008 at 8:26 AM, Yash Ganthe <yashgt at gmail.com> wrote:
> I still get the error:
>> Traceback (most recent call last):
>> File "Program.py", line 22, in Program.py
>> File "mscorlib", line unknown, in get_Item
>> File "mscorlib", line unknown, in ThrowKeyNotFoundException
>> KeyError: The given key was not present in the dictionary.
>

That's not an ImportError. What's happening on line 22 of Program.py ?

-Dan



More information about the Ironpython-users mailing list