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

Cannot import on Python 3.7 #24

Open
fluffy-critter opened this issue Oct 30, 2019 · 1 comment
Open

Cannot import on Python 3.7 #24

fluffy-critter opened this issue Oct 30, 2019 · 1 comment

Comments

@fluffy-critter
Copy link

When I try to import urlnorm I get the following:

>>> import urlnorm
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/fluffy/.local/share/virtualenvs/Authl-bMFs1yld/lib/python3.7/site-packages/urlnorm.py", line 206
    MAX_IP = 0xffffffffL
                       ^
SyntaxError: invalid syntax

I have urlnorm 1.1.4 installed from PyPI.

@ducu
Copy link

ducu commented Nov 19, 2022

Me too, nothing new on this?

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