[Python.NET] Fwd: PythonNET 2.0 Alpha2 and .NET 4.0

2011-01-06 Thread Oleksii Bidiuk
Hi Alla, thanks for your prompt repsonse. In Python terms String('A') means constructor with a string parameter AFAIK. When I use the python.exe build against CLR 2.0 (from pythonnet-2.0-alpha2-clr2.0_115_py26.zip) it works, but then it talks against .NET 2.0 while I want to talk to the same 4.0 v

[Python.NET] PythonNET 2.0 Alpha2 and .NET 4.0

2011-01-06 Thread Oleksii Bidiuk
Hi, I am trying to use Python for .NET under VS2010 and .NET 4.0. I've downloaded the pythonnet-2.0-alpha2.zip and changed the project settings to use .NET 4.0 under VS2010 and recompiled everything. The resulting python.exe can be run, and statements like "import clr" and "from System import Stri