Issue2257

classification
Title: Weird error after `jython setup.py install` with 2.7 on Windows
Type: Severity: normal
Components: Versions: Jython 2.7
Milestone:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: pekka.klarck, zyasoft
Priority: Keywords:

Created on 2015-01-16.13:42:13 by pekka.klarck, last changed 2015-02-02.22:31:53 by zyasoft.

Messages
msg9409 (view) Author: Pekka Klärck (pekka.klarck) Date: 2015-01-16.13:42:13
Installation always ends with weird `Unknown error: 20047` on Windows with Jython 2.7. No such error with 2.5 or on Linux. I've tested this with few different packages. The example below uses https://pypi.python.org/pypi/robotfixml.

E:\robotfixml-1.0.1>jython setup.py install
C:\jython2.7b4-soft\Lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)
running install
running build
running build_py
running install_lib
running install_egg_info
Creating C:\jython2.7b4-soft\Lib\site-packages\
error: C:\jython2.7b4-soft\Lib\site-packages: Unknown error: 20047


Notice that installation itself seems to be successful. The warning about 'install_requires' is also a bit annoying but I doubt it has anything to do with this problem.
msg9411 (view) Author: Jim Baker (zyasoft) Date: 2015-01-16.15:15:37
Duplicate of http://bugs.jython.org/issue2014
msg9478 (view) Author: Jim Baker (zyasoft) Date: 2015-02-02.22:31:53
Verified this no longer fails with 20047, although we still have the install_requires warning
History
Date User Action Args
2015-02-02 22:31:53zyasoftsetstatus: open -> closed
messages: + msg9478
2015-01-16 15:15:37zyasoftsetresolution: duplicate
messages: + msg9411
nosy: + zyasoft
2015-01-16 13:42:13pekka.klarckcreate