sparqlwrapper icon indicating copy to clipboard operation
sparqlwrapper copied to clipboard

Added support for proxies to Wrapper.py and updated ChangeLog.txt

Open pwin opened this issue 6 years ago • 3 comments

I needed to support either not using a proxy for servers within the local network, or external calls through a specific http proxy

pwin avatar Aug 17 '17 09:08 pwin

@pwin The tests fail for Python 2.7 and PyPy (also Python 2) because it cannot import jsonlayer

hugovk avatar Oct 14 '17 08:10 hugovk

could you provide an example of proxy server to create a test ?

dayures avatar Feb 21 '18 13:02 dayures

Hi, I think you are hitting the same problem I hit. There is an import of SPARQLWrapper in the setup.py to get some meta data ... and that means you can not import any libs that are specified in install_requires (jsonlayer or whatever). Just bury them in the functions for now or ask around to fix the setup.py meta import.

cottrell avatar May 20 '18 15:05 cottrell