astral-sh / astral-sh/python-build-standalone
Problem with tkinter on x86 macOS after bundling
Open
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 314
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 27
Description
All the build I bundled with my electron app works except for the mac x84 python build. The python itself works but when trying to use this to execute tkinter related scripts it fails with the following
```
Illegal instruction: 4
```
I have tried on windows, mac arm and linux, the python build works correctly and is able to execute tkinter scripts. But this failure happens only on the intel mac chips. Any solution to this problem?
Contributor guide
Assessment
This issue has not been assessed yet.