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 know how to search it... Code is so big!
Best regards,
Germano

Il 17/09/2015 16:41, Denis Akhiyarov ha scritto:

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 <fernandez_d...@hotmail.com <mailto:fernandez_d...@hotmail.com>> wrote:

    Hi All,

    I was wondering when there will be a release for Python 3.5? I’m
    not sure if that is in the works.

    Thanks.

    Danny

    _________________________________________________
    Python.NET mailing list - PythonDotNet@python.org
    <mailto:PythonDotNet@python.org>
    https://mail.python.org/mailman/listinfo/pythondotnet



_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
https://mail.python.org/mailman/listinfo/pythondotnet

running build
running build_ext
Tutti i pacchetti elencati in packages.configsono gi… installati.
Microsoft (R) Manifest Tool version 6.1.7716.0

Copyright (c) Microsoft Corporation 2009. 

All rights reserved.

Microsoft (R) Build Engine versione 14.0.23107.0
Copyright (C) Microsoft Corporation. Tutti i diritti sono riservati.

Microsoft (R) Build Engine versione 14.0.23107.0
Copyright (C) Microsoft Corporation. Tutti i diritti sono riservati.

runtime.cs(65,8): error CS1029: #error: 'You must define one of PYTHON23 to 
PYTHON27' [D:\dev\src\pythonnet\src\runtime\Python.Runtime.csproj]
C:\Program Files 
(x86)\MSBuild\14.0\bin\amd64\Microsoft.CSharp.CurrentVersion.targets(133,9): 
warning MSB3884: il file del set di regole "MinimumRecommendedRules.ruleset" 
non Š stato trovato. [D:\dev\src\pythonnet\src\clrmodule\clrmodule.csproj]
  clrmodule -> 
D:\dev\src\pythonnet\src\clrmodule\bin\x64\ReleaseWin\clrmodule.dll
_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
https://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to