Skip to content

Conversation

@pwin
Copy link

@pwin pwin commented Aug 17, 2017

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

@hugovk
Copy link
Contributor

hugovk commented Oct 14, 2017

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

@dayures
Copy link
Contributor

dayures commented Feb 21, 2018

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

@cottrell
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants