<div>Hello,</div><div><br></div><div>I just downloaded pythonnet-2.0-Beta0-clr4.0_140_py27.zip from <a href="http://sourceforge.net/projects/pythonnet/">http://sourceforge.net/projects/pythonnet/</a>, and extract to c:\temp and ran nPython.exe, got below error.</div>
<div><br></div><div>Current my test machine has </div><div>Windows 2008 R2 SP1 with Python 2.7.3 (32bit).</div><div><br></div><div>When looked the error, and googled it. someone says I need to copy python27.dll into c:\windows\system32. However, I can't find the file. Any idea?</div>
<div><br></div><div>Thank you,</div><div>Spark,</div><div><br></div><div><div>C:\temp\pythonnet20>nPython.exe</div><div><br></div><div>Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'python27': The specified module could not be found</div>
<div>. (Exception from HRESULT: 0x8007007E)</div><div>   at Python.Runtime.Runtime.Py_Initialize()</div><div>   at Python.Runtime.Runtime.Initialize() in D:\Users\Barton\Documents\Visual Studio 2010\Projects\PySharp\trunk\pythonn</div>
<div>et\src\runtime\runtime.cs:line 78</div><div>   at Python.Runtime.PythonConsole.Main(String[] args) in D:\Users\Barton\Documents\Visual Studio 2010\Projects\PySharp\</div><div>trunk\pythonnet\src\console\pythonconsole.cs:line 21</div>
</div><div><br></div>