cedadev / jasmin_scivm

9 stars 0 forks source link

python "requests" module #124

Closed alaniwi closed 7 years ago

alaniwi commented 7 years ago

Already tested with venv, clean build and import, and simple test works.

>>> import requests
>>> r = requests.get("http://ceda.ac.uk/")
>>> print r.content
alaniwi commented 7 years ago

Built urllib3 for dependencies.

alaniwi commented 7 years ago

Built chardet for dependencies, renaming executable chardetect to chardetect2.7 to avoid conflict with RPM for python 2.6.

alaniwi commented 7 years ago

Built certifi for dependencies.

alaniwi commented 7 years ago

Built idna for dependencies.

alaniwi commented 7 years ago

Now seems to work.