Closed RichDijk closed 2 years ago
After Ana has changed the templating to jinja Mapeathor works fine under Windows with 1 minor change. The several imports might be changed from
import global_config
into
from . import global_config
Hi, thanks for noticing :) I was not importing the modules right, should be fixed now if you reinstall
After Ana has changed the templating to jinja Mapeathor works fine under Windows with 1 minor change. The several imports might be changed from
import global_config
into
from . import global_config