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

import fails on Python 2 #1

Closed
xflr6 opened this issue Nov 3, 2015 · 1 comment
Closed

import fails on Python 2 #1

xflr6 opened this issue Nov 3, 2015 · 1 comment

Comments

@xflr6
Copy link

xflr6 commented Nov 3, 2015

>>> import keepalive
Traceback (most recent call last):
(...)
    import urllib.request, urllib.error, urllib.parse
ImportError: No module named request

see http://python3porting.com/stdlib.html#urllib-urllib2-and-urlparse, also makes this ineffective

@wikier
Copy link
Owner

wikier commented Nov 4, 2015

Strictly this is a Python 3 module, but the package classifiers were wrong.

Another issue is how to solve the SPARQLWrapper problem, see RDFLib/sparqlwrapper#65 for further investigations.

@wikier wikier closed this as completed Nov 4, 2015
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

No branches or pull requests

2 participants