victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 409 forks source link

fail to run fastsolver.m example #116

Closed nate271 closed 6 years ago

nate271 commented 6 years ago

I've cloned the project, installed a fresh python 2.7, added it to the path (win10), went to the smop folder and when trying python main.py fastsolver.m -o fastsolver.py I got

Traceback (most recent call last): File "main.py", line 13, in import lexer File "C:\Users\NatanPULSE\Documents\GitHub\smop\smop\lexer.py", line 8, in import options File "C:\Users\NatanPULSE\Documents\GitHub\smop\smop\options.py", line 4, in from version import version ImportError: No module named version

victorlei commented 6 years ago

Fixed in 0.40