-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels