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

2016-02-22 Thread Stefan Schukat
, 2016 3:46 PM To: A list for users and developers of Python for .NET Subject: Re: [Python.NET] PythonEngine.Initialize() exception 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

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
rds Stefan From: PythonDotNet [mailto:pythondotnet-bounces+sschukat=dspace...@python.org] On Behalf Of Simunic,Kresimir Sent: Friday, February 19, 2016 10:39 AM To: A list for users and developers of Python for .NET Subject: Re: [Python.NET] PythonEngine.Initialize() exception

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

2016-02-21 Thread Denis Akhiyarov
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 wi

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

2016-02-20 Thread Simunic,Kresimir
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

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

2016-02-18 Thread Denis Akhiyarov
il@python.org ]" im Auftrag von "Denis > Akhiyarov [denis.akhiya...@gmail.com ] > Gesendet: Donnerstag, 18. Februar 2016 21:06 > An: A list for users and developers of Python for .NET > Betreff: Re: [Python.NET] PythonEngine.Initialize() exception > > Where did you download

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

2016-02-18 Thread Simunic,Kresimir
@python.org]" im Auftrag von "Denis Akhiyarov [denis.akhiya...@gmail.com] Gesendet: Donnerstag, 18. Februar 2016 21:06 An: A list for users and developers of Python for .NET Betreff: Re: [Python.NET] PythonEngine.Initialize() exception Where did you download pythonnet from? Whi

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

2016-02-18 Thread Denis Akhiyarov
ic > = > reicofil@python.org > ] *Im Auftrag > von *Denis Akhiyarov > *Gesendet:* Donnerstag, 18. Februar 2016 17:28 > *An:* A list for users and developers of Python for .NET > *Betreff:* Re: [Python.NET] PythonEngine.Initialize() exception > > > > Hi Kres

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

2016-02-18 Thread Simunic,Kresimir
Hi Denis, Here is the exception stack. Maybe it helps you to know the problem ? 18.02.2016 19:38:02: Initialisation Error : System.ArgumentNullException: Der Wert darf nicht NULL sein. Parametername: key bei System.Collections.Generic.Dictionary`2.FindEntry(TKey key) bei System.Collection

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

2016-02-18 Thread Simunic,Kresimir
Denis Akhiyarov Gesendet: Donnerstag, 18. Februar 2016 17:28 An: A list for users and developers of Python for .NET Betreff: Re: [Python.NET] PythonEngine.Initialize() exception Hi Kresimir, Which python version, x86 or x64, .NET, which pythonnet version and how you installed it? Is python

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

2016-02-18 Thread Denis Akhiyarov
Hi Kresimir, Which python version, x86 or x64, .NET, which pythonnet version and how you installed it? Is python registered in your path environment variable? If not, then you need to specify PYTHONPATH Cheers, Denis On Thursday, February 18, 2016, Simunic,Kresimir < kresimir.simu...@reicofil.

[Python.NET] PythonEngine.Initialize() exception

2016-02-18 Thread Simunic,Kresimir
Hi all, I have a following problem - I installed Python and am calling PythonEngine.Initialize() from C#. I get following exception: The value should not be NULL. Parameter name: key. The software is running on Windows Server 2012 R2. Does anybody know what could be the problem ? Thanks ! B