oeg-upm / mapeathor

Translator of spreadsheet mappings into R2RML, RML or YARRRML
https://morph.oeg.fi.upm.es/tool/mapeathor
Apache License 2.0
30 stars 10 forks source link

Import error #31

Closed RichDijk closed 2 years ago

RichDijk commented 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

anaigmo commented 2 years ago

Hi, thanks for noticing :) I was not importing the modules right, should be fixed now if you reinstall