Proper steps using pyinstaller to create a .exe for a file using cadquery
Shrav108 opened this issue · 1 comments
Shrav108 commented
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 ?
jmwright commented
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.