Eomys/pyleecan

GUI exe generation

Closed this issue · 1 comments

Hello @BonneelP

I finally tried the exe generation function #416. The function seems to work so far. I only had to change dist_path to "build" for some reason.
But If I try to start Pyleecan the following exception is raised
grafik

Do you have any idea what to do? Do you change some code prior to generation?
I guess the issue is related to the try ... execpt imports in run_GUI.py. I tried some alternatives but couldn't solve the issue.

Best regrards,
Sebastian

Meanwhile I figured out that changing dist_path wasn't right, so I changed it back.
I guess the issue was related to pyzmq which was not installed to the EXENV. Now 'master' is building and running.