Make a standalone python script using eclipse EASE

Hello everyone,

I’ve developed some Python scripts for my Capella projects using the Python4Capella add-on and I’m currently executing these scripts using EASE Script configuration.
I’m looking for a way to make a standalone with my scripts in order to encapsulate them and make them easy to share. I tried to create a Jar file so that it could be cross-platform and easily runnable in a command line, but it didn’t work.
Is there a way to achieve this, please?

Thanks a lot.

Regards,
Christian KOUMLAH MBEY

You can run them from the command line. You can then zip your Capella installation for instance.

Thank you, I’ll try this.

1 Like