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