Title: PythonNet and .NET 2.0 Question
Hello, new to this mailing list & PythonNet, so forgive me for asking questions others may have already asked.
I am using 1.0-rc2 downloaded from sourceforge, which as I understand only supports .NET 1.1, however having built a simple assembly in .NET
Title: Re: [Python.NET] PythonNet and .NET 2.0 Question
Hi Maksim – it is safe to use it, you just won’t have access to 2.0-only features like generics, etc.
The latest in svn mostly supports generics and a number of other 2.0-isms, but I haven’t had any time to make a release or do much on it