You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Does geoalchemy work with python 3.x ?
After i installed it, i've got this error on import:
>>> from geoalchemy import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/mehdi/Programming/Python/virtualenvs/measurment-app/lib/python3.4/site-packages/GeoAlchemy-0.7.3.dev0-py3.4.egg/geoalchemy/__init__.py", line 2, in <module>
from geoalchemy.base import *
File "/home/mehdi/Programming/Python/virtualenvs/measurment-app/lib/python3.4/site-packages/GeoAlchemy-0.7.3.dev0-py3.4.egg/geoalchemy/base.py", line 7, in <module>
from utils import from_wkt
ImportError: No module named 'utils'
I'm working with an oracle database, so i think geoalchemy is the only package that i can use. isn't it?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi
Does geoalchemy work with python 3.x ?
After i installed it, i've got this error on import:
I'm working with an oracle database, so i think geoalchemy is the only package that i can use. isn't it?
Thanks.
The text was updated successfully, but these errors were encountered: