Semantics3 / semantics3-python

Python library bindings for the Semantics3 APIs
22 stars 10 forks source link

Getting error about urlnorm #13

Closed vinothgopi closed 8 years ago

vinothgopi commented 8 years ago

When installing semantics3 from PIP, this error is encountered when the module is loaded

Traceback (most recent call last):
  File "test.py", line 1, in <module>
    from semantics3 import Products
  File "/home/vinoth/.local/lib/python2.7/site-packages/semantics3/__init__.py", line 9, in <module>
    from semantics3 import Semantics3Request
  File "/home/vinoth/.local/lib/python2.7/site-packages/semantics3/semantics3.py", line 3, in <module>
    from urlnorm import norm
ImportError: No module named urlnorm