lharri73 / PySimlink

Compile, run, and interact with Simulink models natively in Python. https://lharri73.github.io/PySimlink/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Support

lharri73 opened this issue · comments

This broke in the 1.2.0 release

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

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.