andhusa
andhusa
Hi, I’m also struggling with importing qvsumm. Looks like qvsumm needs an older environment of any kind. It might not support Python 3, as Python 3 accepts `import configparser` instead...
I went down the same lane as you. ‘model’ is reffering to the file in the same folder. So to fix that you simply change `import model` to `from ....
Yes, it should not be necessary to change the written code. I just tried that quick, but I got an error on that I could not manage to fix at...
Did you manage to run it @ting-chih ?