Message9409

Author pekka.klarck
Recipients pekka.klarck
Date 2015-01-16.13:42:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421415733.78.0.764348236471.issue2257@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-01-16 13:42:13pekka.klarcksetrecipients: + pekka.klarck
2015-01-16 13:42:13pekka.klarcksetmessageid: <1421415733.78.0.764348236471.issue2257@psf.upfronthosting.co.za>
2015-01-16 13:42:13pekka.klarcklinkissue2257 messages
2015-01-16 13:42:13pekka.klarckcreate