On Sat, Jul 6, 2013 at 10:29 PM, Tom Brennan <[email protected]> wrote: > > New submission from Tom Brennan: > > Can't install anything with easy_install or pip. Happens in at least v.0.8 > and 0.7.8. (stack trace attached is from 0.7.8) > > ---------- > files: easy_install_stack_trace.txt > messages: 729 > nosy: tjb1982 > priority: bug > status: unread > title: Jython - easy_install -- ssl_support.py: module has no attribute > 'CERT_REQUIRED' > Added file: > http://bugs.python.org/setuptools/file93/easy_install_stack_trace.txt
It appears that Jython's ssl module is not 100% compatible with Python's. I'm not sure what to do about that. ( By the way, bugs for setuptools 0.7 and higher should be reported to the issue tracker at https://bitbucket.org/pypa/setuptools ) _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
