[Python.NET] Getting started with Python for .NET

John Burkhart jfburkhart.reg at gmail.com
Wed Nov 7 14:22:05 CET 2012


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 caused many
other problems with underlying imports of pure CPython. I made a recent
post on the issue for IPython:

http://wiki.ipython.org/Cookbook/python.NET

Maybe that will help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythondotnet/attachments/20121107/47215654/attachment.html>


More information about the PythonDotNet mailing list