Re: [Python.NET] python 2.5

2007-10-08 Thread Maksim Kozyarchuk
I've had a similar experience. Out of the box binaries don't work unless included python.exe is used. A simple recompile of the code using VS C# express solved this. Also, attached is a slightly modified version of clrmodule.il that allows you to load clr.pyd and Python.Runtime.dll from an

Re: [Python.NET] python 2.5

2007-10-08 Thread Feihong Hsu
Hi, I ran into exactly the same problem as you but I did manage to solve it by recompiling the entire project in visual c# express. Unfortunately, I don't recall exactly what I did and I don't have my laptop handy right now, but I can find out later. In the meantime, you can try the recompil

[Python.NET] python 2.5

2007-10-08 Thread Paul Harter
Hi, We are tring to move to python 2.5. and are having trouble getting pythonDotNet to import using the pre-built binaries. When we use the python.exe which is part of the pre-built binaries "import clr" can execute without a problem. However trying to use an existing python.exe (e.g. the standard