Message10782

Author pekka.klarck
Recipients pekka.klarck
Date 2016-02-24.18:29:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456338596.67.0.544408298236.issue2477@psf.upfronthosting.co.za>
In-reply-to
Content
After a fresh Jython 2.7.1 beta 3 installation with default settings on Windows 7 with Java 1.8.0_73 neither `jython -m pip` nor `pip` work.

C:\Users\peke>c:\jython2.7.1b3\bin\jython.exe -m pip install robotframework
Traceback (most recent call last):
  File "C:\jython2.7.1b3\Lib\runpy.py", line 151, in _run_module_as_main
    mod_name, loader, code, fname = _get_module_details(mod_name)
  File "C:\jython2.7.1b3\Lib\runpy.py", line 151, in _run_module_as_main
    mod_name, loader, code, fname = _get_module_details(mod_name)
  File "C:\jython2.7.1b3\Lib\runpy.py", line 104, in _get_module_details
    if loader.is_package(mod_name):
AttributeError: 'org.python.core.JavaImporter' object has no attribute 'is_package'

C:\Users\peke>c:\jython2.7.1b3\bin\pip.exe install robotframework
Traceback (most recent call last):
  File "C:\jython2.7.1b3\Lib\runpy.py", line 161, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\jython2.7.1b3\Lib\runpy.py", line 72, in _run_code
    exec code in run_globals
  File "c:\jython2.7.1b3\bin\pip.exe\__main__.py", line 5, in <module>
ImportError: cannot import name main
History
Date User Action Args
2016-02-24 18:29:56pekka.klarcksetrecipients: + pekka.klarck
2016-02-24 18:29:56pekka.klarcksetmessageid: <1456338596.67.0.544408298236.issue2477@psf.upfronthosting.co.za>
2016-02-24 18:29:56pekka.klarcklinkissue2477 messages
2016-02-24 18:29:56pekka.klarckcreate