[email protected]
Subject: [Python.NET] Getting started with Python for .NET
Message-ID:
Content-Type: text/plain; charset=us-ascii
I'm completely new to Python for .Net, and I actually have very little
experience with Python and no experience with C#. So please forgive me if my
questio
Annika,
I too just started with pythonnet. What I'm learning is that the
compilation of pythonnet needs to match that of the .dll you are trying to
load. So, for instance, how was your .dll built (for .NET 4? 3.5? ..).
Check that.
In my case I had to build pythonnet targeted for .NET 4 but it ca
I'm completely new to Python for .Net, and I actually have very little
experience with Python and no experience with C#. So please forgive me if my
question seems very basic.
I'm using Python 2.7.3, and I downloaded
pythonnet-2.0-alpha2-clr2.0_131_py27_UCS2 and unzipped it into a folder named
pyf