tags:

views:

65

answers:

1

The "final" release of Python for .NET (link) isn't pre-compiled for Python 2.6. I don't have a problem changing the compilation symbol to PYTHON26 as specified in the docs, the solution rebuilds just fine, but when attempting to import the CLR, I get an error indicating that python26.dll is missing. Anyone know how to build this file? It doesn't seem to be part of the solution, but I might be missing something obvious.

+2  A: 

I managed it by following these instructions by one Feihong Hsu.

I notice now that the author has made a follow-up post that may be important too if you're using SP1.