我正在尝试将 GeoAlchemy2 与 Python 3.5 一起使用并收到以下错误:
from geoalchemy import Geometry
from geoalchemy.base import *
from utils import from_wkt
ImportError: No module named 'utils'
有一个简单的解决方案吗?
我正在尝试将 GeoAlchemy2 与 Python 3.5 一起使用并收到以下错误:
from geoalchemy import Geometry
from geoalchemy.base import *
from utils import from_wkt
ImportError: No module named 'utils'
有一个简单的解决方案吗?