[Python.NET] incompatibility with Python 2.6.5

Glenn Ramsey gr at componic.co.nz
Thu Apr 29 06:40:11 CEST 2010


Hi Suralk,

surangika ranathunga wrote:
> I would like to know whether Python for .Net software is not working 
> with Python 2.6.5 version. Because when I tried to use it in my C# .Net 
> project, I am getting an exception 'Unable to load DLL 'python24': The 
> specified module could not be found. (Exception from HRESULT: 0x8007007E)'.
> Is there a way to get around this?

I'm using it with 2.6.5 and it seems to be working fine.

I think you'll need to build it from source and define PYTHON26 in Project 
properties / conditional compilation symbols.

Regards
Glenn



More information about the PythonDotNet mailing list