MicheleTobias / LiteratureMapper

A QGIS plugin to add geoJSON geometries to records in a Zotero library
GNU General Public License v2.0
28 stars 7 forks source link

Requests Dependency #1

Closed MicheleTobias closed 9 years ago

MicheleTobias commented 9 years ago

Requests.py is required. Perhaps it's not used in the code. Check, then remove if possible. Otherwise, figure out how to have it install or provide instructions for the work-around.

wildintellect commented 9 years ago

I checked with some Mac users and it's not a standard library included there or in OSGeo4w. So looks like we either need to include it or rewrite all the get and post requests to use the native urllib2 instead.