py-ltree icon indicating copy to clipboard operation
py-ltree copied to clipboard

ModuleNotFoundError: No module named '_ltree'

Open Mycallback opened this issue 8 years ago • 1 comments

I'm getting the below error.

python3.6/site-packages/ltree/init.py", line 1, in from _ltree import Ltree # noqa ModuleNotFoundError: No module named '_ltree'

I think you just need to change the import statement to - from ._ltree import Ltree and the same with the following import statement.

Mycallback avatar Jan 12 '18 10:01 Mycallback

I guess it's because python 3, on which I've never tested this thing.

dvarrazzo avatar Jan 12 '18 12:01 dvarrazzo