Skip to content

geoalchemy and python 3 #41

@mese79

Description

@mese79

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions