Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper steps using pyinstaller to create a .exe for a file using cadquery #1655

Open
Shrav108 opened this issue Aug 30, 2024 · 1 comment
Open
Labels
question Further information is requested

Comments

@Shrav108
Copy link

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
Copy link
Member

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.

CI workflow file

Pyinstaller spec file

@adam-urbanczyk adam-urbanczyk added the question Further information is requested label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants