Re: [Python.NET] PythonEngine.Initialize() exception

2016-02-22 Thread Stefan Schukat
Hi Kresimir, the pip version is based on the source in GIT. Hence you are using the solution I suggested. Regards Stefan From: PythonDotNet [mailto:pythondotnet-bounces+sschukat=dspace...@python.org] On Behalf Of Simunic,Kresimir Sent: Monday, February 22,

Re: [Python.NET] PythonEngine.Initialize() exception

2016-02-22 Thread Simunic,Kresimir
Hi Denis, Thank you for you answer. Do you think new recompiled version will work on Windows Server 2012 R2 ? Would it be possible you send me Python.Runtime.DLL ? Thanks, Regards, Kresimir. Reifenhäuser Reicofil GmbH & Co. KG Spicher Straße 46, 53844 Troisdorf, Germany Registergericht Sie

Re: [Python.NET] PythonEngine.Initialize() exception

2016-02-22 Thread Simunic,Kresimir
Hi Denis, I followed your instruction with the pip and it seems that it is working ! Thanks a lot ! Regards, Kresimir. 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

Re: [Python.NET] PythonEngine.Initialize() exception

2016-02-22 Thread Simunic,Kresimir
Hi Stefan, Thank you for your suggestion. But I tried as Denis suggested me, to download latest Python.Runtime DLL with pip and installed it together with my application on Windows Server 2012 R2 and it worked. Is there any advantage of your approach ? Regards, Kresimir. Reifenhäuser Rei

Re: [Python.NET] PythonEngine.Initialize() exception

2016-02-22 Thread Stefan Schukat
Hello, use the version from GitHub https://github.com/pythonnet/pythonnet Starting with the 4.5.X runtime there are types which do not have a namespace. Hence the original code which uses the namespace of a type internal static void Register(Type t) { Dictionary> nsmap = null;