lharri73 / PySimlink

Compile, run, and interact with Simulink models natively in Python. https://lharri73.github.io/PySimlink/
GNU General Public License v3.0
15 stars 4 forks source link

Windows Support #11

Closed lharri73 closed 7 months ago

lharri73 commented 1 year ago

This broke in the 1.2.0 release

thetypingpuppy commented 1 year ago

Any idea what caused the break / error message? Thanks for your efforts

lharri73 commented 1 year ago

iirc window's implementation of importlib was throwing a very unhelpful error and then segfaulting in python (even before the module entrypoint) when importing the compiled library at runtime. I ended up digging through python source code and eventually gave up.

I don't have regular access to a windows machine with a compiler so it's not easy for me to test on Windows anyway, but if you have an error for me to look at, I'd be happy to take a look now that I've gotten a few other updates in.