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

The slprj folder is not included in the zip folder #13

Closed least-py closed 1 year ago

least-py commented 1 year ago

Hi,

I have generated code to my Simulink model as in your description. Although a slprj folder is generated, it is not included in the zip folder. The structure looks like this:

When I add the slprj folder to the zip folder, it doesn't work either, because for example rtwtypes is not included in the slprj folder. Do you know a solution how to make the project structure compliant with pysimlink?

Kind regards