I run pip install builtwith
and when I imported this module, I faced this issue:
>>> import builtwith
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/begueradj/flaskDev/lib/python3.5/site-packages/builtwith/__init__.py", line 43
except Exception, e:
^
SyntaxError: invalid syntax
Which is the same issue described here where the answers suggest this is not compatible with Python3.
But I am asking again because I read from here that support for Python3 is added, so I do not understand why I am facing this issue ... any hints?