Closed giuliocandre closed 6 years ago
Thanks for reporting this. I think the issue here is that OOMMFTools was written for wxpython 3 and you are using version 4.
Are you able to try again with wxpython 3? Version 3 is no longer available on PyPI, but can be installed with conda (conda install -c conda-forge wxpython) or from source forge (https://sourceforge.net/projects/wxpython/files/wxPython/).
It would be good to migrate to wxpython version 4, but I'm not sure when that is likely to happen...
I've tried to fix this in the development branch: https://github.com/deparkes/OOMMFTools/tree/oommftools_dev.
I've just about got it working for me, but would you be able to try using this version?
Hello, I'm trying to convert a .ovf file to .mat using OOMMFDecode. After dragging and dropping the relevant file to the GUI window, I get the following error on console:
where the previous call has been triggered by MainFrame.gatherData()
Note: