Skip to content

Unable to complete quick start with jython 2.5.3 #32

Open
@jodygarnett

Description

@jodygarnett

Following instructions here:

http://geoscript.org/py/quickstart.html#install-setuptools

Fails on:

    jython ez_setup.py

Failure:

jython ez_setup.py
Downloading http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c11-py2.5.egg
Traceback (most recent call last):
  File "ez_setup.py", line 278, in <module>
    main(sys.argv[1:])
  File "ez_setup.py", line 210, in main
    egg = download_setuptools(version, delay=0)
  File "ez_setup.py", line 158, in download_setuptools
    src = urllib2.urlopen(url)
  File "/Users/jody/java/jython/Lib/urllib2.py", line 124, in urlopen
    return _opener.open(url, data)
  File "/Users/jody/java/jython/Lib/urllib2.py", line 387, in open
    response = meth(req, response)
  File "/Users/jody/java/jython/Lib/urllib2.py", line 497, in http_response
    response = self.parent.error(
  File "/Users/jody/java/jython/Lib/urllib2.py", line 419, in error
    result = self._call_chain(*args)
  File "/Users/jody/java/jython/Lib/urllib2.py", line 360, in _call_chain
    result = func(*args)
  File "/Users/jody/java/jython/Lib/urllib2.py", line 593, in http_error_302
    return self.parent.open(new)
  File "/Users/jody/java/jython/Lib/urllib2.py", line 381, in open
    response = self._open(req, data)
  File "/Users/jody/java/jython/Lib/urllib2.py", line 398, in _open
    result = self._call_chain(self.handle_open, protocol, protocol +
  File "/Users/jody/java/jython/Lib/urllib2.py", line 360, in _call_chain
    result = func(*args)
  File "/Users/jody/java/jython/Lib/urllib2.py", line 1126, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File "/Users/jody/java/jython/Lib/urllib2.py", line 1093, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error (-1, 'SSL exception: Differences between the SSL socket behaviour of cpython vs. jython are explained on the wiki:  http://wiki.python.org/jython/NewSocketModule#SSL_Support')>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions