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

Python wrapper for the PostgreSQL ltree data type

Results 3 py-ltree issues
Sort by recently updated
recently updated
newest added

Easy fix - need to replace basestring with str. See https://docs.python.org/3.0/whatsnew/3.0.html

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...

Can I use py-ltree with Django?