I tried running this with python 3.6.1 and got the following error: from . import mvdxml_expression ImportError: cannot import name 'mvdxml_expression' Im running it from within the folder. Have any suggestions of what I might do wrong?
I tried running this with python 3.6.1 and got the following error:
from . import mvdxml_expression
ImportError: cannot import name 'mvdxml_expression'
Im running it from within the folder.
Have any suggestions of what I might do wrong?