Re: [Python.NET] Passing Dictionary from python to C#

2008-06-11 Thread Feihong Hsu
This is not supported. However, you can easily put the values of the Python dictionary into a .NET dictionary object. Unfortunately I'm not at a computer that has Python.NET installed, but I believe the following would work: from System.Collections.

[Python.NET] Passing Dictionary from python to C#

2008-06-11 Thread Kaveripakam, Sathish
Hi, i am trying to pass a dictinoary from python to C#. i am using python25 with python.NET 2.0 alpha 2 files(python.Runtime.dll, clr.pyd). When i try to initiate function , i get an error saying "TypeError: No method matches given arguments". Could someone confirm me, if this is supported? P