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

Python 3 compatibility #11

Open
sebastian-nagel opened this issue Mar 16, 2017 · 1 comment
Open

Python 3 compatibility #11

sebastian-nagel opened this issue Mar 16, 2017 · 1 comment

Comments

@sebastian-nagel
Copy link

This library does not run on Python 3.x:

@sebastian-nagel sebastian-nagel changed the title Python 3 compatiblity Python 3 compatibility Mar 16, 2017
@hungrymonkey
Copy link

I am just here to document the obvious. I know this issue has already been known.

https://mail.python.org/pipermail/python-ideas/2009-March/003821.html
https://stackoverflow.com/questions/9047745/where-is-the-builtin-module-in-python3-why-was-it-renamed

Traceback (most recent call last):
  File "print_all_urls.py", line 3, in <module>
    import warc
  File "/Users/psuedofinnish/git_repo/engage-warc-test/venv/lib/python3.7/site-packages/warc/__init__.py", line 10, in <module>
    from .arc import ARCFile, ARCRecord, ARCHeader
  File "/Users/psuedofinnish/git_repo/engage-warc-test/venv/lib/python3.7/site-packages/warc/arc.py", line 7, in <module>
    import __builtin__

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