How to get urllib3 and requests working with jython 2.7 beta 1?
Smart folks, I would like to use the awesome requests module in my jython program. It installs and runs just fine in python but I cannot get it to install in jython. I have tried both Jython 2.7a2 and 2.7b1 on mac and ubuntu and get the same errors related to urllib3. First installed ez_setup.py as mentioned in How can I use jython setup.py install? Then run easy_install from within the jython bin directory results in exception: NameError: name 'CERT_NONE' is not defined gautam-mbp:bin gautam$ ./easy_install requests Searching for requests Reading http://pypi.python.org/simple/requests/