Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

4 participants