You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a python file that emits a .STEP file. I am trying to make this into an .exe file. It is been quite a headache in doing so.
What is proper way of making a .exe file using CADQUERY in pyinstaller ?
The text was updated successfully, but these errors were encountered:
In my experience, Pyinstaller is difficult to work with for complex packages, and the builds break often in CI. You can look at my fork of CQ-editor to see if you can get any ideas from it.
I have a python file that emits a .STEP file. I am trying to make this into an .exe file. It is been quite a headache in doing so.
What is proper way of making a .exe file using CADQUERY in pyinstaller ?
The text was updated successfully, but these errors were encountered: