Menu

#724 setup.py seems to fail on py3.x because of print "Building pywin32"

v1.0 (example)
closed-invalid
nobody
None
5
2016-06-09
2016-06-09
No
  File "c:\temp\easy_install-4ph6rs\pypiwin32-219\setup.py", line 121
    print "Building pywin32", pywin32_version
                           ^

see http://winbot.zope.org/builders/zope.sendmail_py_330_win64/builds/11/steps/buildout/logs/stdio

Discussion

  • Mark Hammond

    Mark Hammond - 2016-06-09
    • status: open --> closed-invalid
     
  • Mark Hammond

    Mark Hammond - 2016-06-09

    Use setup3.py

     
  • Adam Groszer

    Adam Groszer - 2016-06-09

    Sorry, I can't it's easy_install....

     
  • Mark Hammond

    Mark Hammond - 2016-06-09

    :( Sounds like a bug with easy_install. IIRC it's more than just that print statement, and the script needs to work with python 2.6. Note also that you'll need MSVC setup etc to make that work - but if you can tell me everything works fine with the print statement removed, I'm happy to kill it.