Skip to content

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

Open
pwin wants to merge 1 commit into
RDFLib:masterfrom
pwin:master
Open

Added support for proxies to Wrapper.py and updated ChangeLog.txt#86
pwin wants to merge 1 commit into
RDFLib:masterfrom
pwin:master

Conversation

@pwin

@pwin pwin commented Aug 17, 2017

Copy link
Copy Markdown

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

@hugovk

hugovk commented Oct 14, 2017

Copy link
Copy Markdown
Contributor

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

@dayures

dayures commented Feb 21, 2018

Copy link
Copy Markdown
Contributor

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

@cottrell

Copy link
Copy Markdown
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