Oct2Py is a Python library that allows the user to seamlessly call M-files and Octave functions from Python.
So, I'm trying to use oct2py on Windows, like so: from oct2py import octave That's literally the only …