Re: [Python.NET] Support for Python 3.5

2015-09-18 Thread germano carella
Yes. Il 17/09/2015 22:26, Denis Akhiyarov ha scritto: Did you try to compile develop branch? On Thu, Sep 17, 2015, 2:50 PM germano carella mailto:germano.care...@gmail.com>> wrote: I tried to compile it with visual studio 2015. In setup.py I modified import _winreg with:

Re: [Python.NET] Support for Python 3.5

2015-09-17 Thread Denis Akhiyarov
Did you try to compile develop branch? On Thu, Sep 17, 2015, 2:50 PM germano carella wrote: > I tried to compile it with visual studio 2015. > In setup.py I modified > import _winreg > with: > import winreg as _winreg > I replaced key for msbuild version 14.0. > Clr.pyd is compiled, but python.r

Re: [Python.NET] Support for Python 3.5

2015-09-17 Thread germano carella
I tried to compile it with visual studio 2015. In setup.py I modified import _winreg with: import winreg as _winreg I replaced key for msbuild version 14.0. Clr.pyd is compiled, but python.runtime.dll and others aren't. I attach the log, it seems to be wrong a constant, but I'm blind, I don't kno

Re: [Python.NET] Support for Python 3.5

2015-09-17 Thread Daniel Fernandez
Subject: Re: [Python.NET] Support for Python 3.5 No one worked on this based on commits. The code needs to be updated with corresponding flag, not sure if Py34 will still work. But definitely wheels need to be generated for pypi. Feel free to open issue. On Thu, Sep 17, 2015, 9:15 AM

Re: [Python.NET] Support for Python 3.5

2015-09-17 Thread Denis Akhiyarov
No one worked on this based on commits. The code needs to be updated with corresponding flag, not sure if Py34 will still work. But definitely wheels need to be generated for pypi. Feel free to open issue. On Thu, Sep 17, 2015, 9:15 AM Daniel Fernandez wrote: > Hi All, > > > > I was wondering wh