You can install from PYPI: pip install pythonnet --pre
Which will download and install latest development version of pythonnet (including Python.Runtime.DLL and clr.pyd) corresponding to your python version. Otherwise you can download the latest source on GitHub and recompile in Visual Studio with DebugWin and x86 or x64 configuration, or build the wheel with this command: python.exe ./pythonnet/setup.py bdist_wheel And install this wheel using this command: pip install ./pythonnet/dist/*.whl Where ./ is location of extracted source code and *.whl is name of wheel in dist directory, that depends on python version. Here is the wiki article for troubleshooting: Github.com/denfromufa/pythonnet/wiki/Troubleshooting-FAQ On Friday, February 19, 2016, Simunic,Kresimir < kresimir.simu...@reicofil.com> wrote: > > > Is this the problem with Windows Server 2012 R2 (or .NET 4.5.1) ? > > > > Can I download somewhere Python.Runtime DLL where this problem is fixed ? > > > > > > *Reifenhäuser Reicofil GmbH & Co. KG* > Spicher Straße 46, 53844 Troisdorf, Germany > Registergericht Siegburg, Reg.Nr. HR A 4534 > USt-IdNr. DE 814359351, Steuer-Nr. 5220/5760/0426 > Reifenhäuser Reicofil Verwaltungs-GmbH > Registergericht Siegburg, Reg.Nr. HR B 788 > Geschäftsführer: Dr.-Ing. Bernd Kunze > > Please note: This message may contain information which is privileged, > confidential and proprietary. > > >
_________________________________________________ Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pythondotnet