Re: [IronPython] pytest results in unsupported PythonDictionary system error

2011-05-12 Thread Piotr Nestorow
[pkgname] = mod Från: users-boun...@lists.ironpython.com [users-boun...@lists.ironpython.com] för Dino Viehland [di...@microsoft.com] Skickat: den 12 maj 2011 23:08 Till: Discussion of IronPython Ämne: Re: [IronPython] pytest results in unsupported P

Re: [IronPython] pytest results in unsupported PythonDictionary system error

2011-05-12 Thread Dino Viehland
Piotr wrote: > Hi > > This is for IronPython 2.7 > Pytest 2.0.3 installed in site-packages > > Running a test with pytest results in the following system error: > SystemError: Unsupported param dictionary type: > IronPython.Runtime.PythonDictionary > > Any ideas what the problem is? > > ---

[IronPython] pytest results in unsupported PythonDictionary system error

2011-05-12 Thread Piotr Nestorow
Hi This is for IronPython 2.7 Pytest 2.0.3 installed in site-packages Running a test with pytest results in the following system error: SystemError: Unsupported param dictionary type: IronPython.Runtime.PythonDictionary Any ideas what the problem is? ---