4

I am trying to use GeoAlchemy2 with Python 3.5 and get this following error:

from geoalchemy import Geometry
from geoalchemy.base import *
from utils import from_wkt
ImportError: No module named 'utils'

Is there an easy solution to this?

rsgny
  • 565
  • 1
  • 6
  • 17
  • 1
    Actually you are ussing GeoAlchemy "1" not 2. Regarding your issue, it is an open issue yet, see https://github.com/geoalchemy/geoalchemy/issues/41 – hectorcanto Oct 17 '18 at 09:47

0 Answers0