Re: [Python.NET] How to compile Python for .Net in VS2010 and .NET 4?

2013-03-22 Thread [email protected]
Your python was built with UCS2 unicode support, rather than UCS4. There is a compiler directive in the VS project of pythonnet for that. Pythons that are compiled UCS2 and UCS4 respectively, are binary incompatible with one another. Hence, pythonnet cannot target both at the same time. -bra

Re: [Python.NET] How to use Python for .NET? Have a problem to use in Windows 2008 R2 SP1

2013-03-22 Thread [email protected]
python27.dll is likely not in your path. So it can't dynamically link to it. There are a lot of ways to remedy that. Adding your python 2.7 install to your path. Or moving the pythonnet binaries into your python 2.7 install. You could also edit the .config file for the pythonnet install to gi

[Python.NET] How to use Python for .NET? Have a problem to use in Windows 2008 R2 SP1

2013-03-22 Thread Seungweon Park
Hello, I just downloaded pythonnet-2.0-Beta0-clr4.0_140_py27.zip from http://sourceforge.net/projects/pythonnet/, and extract to c:\temp and ran nPython.exe, got below error. Current my test machine has Windows 2008 R2 SP1 with Python 2.7.3 (32bit). When looked the error, and googled it. someone