Rob Keniger
Rob Keniger
OK, I've tested now with the universal install from Python.org - and it works. So there's something screwy with the Homebrew Python config. ``` ➜ python3 tkvlc.py -v tkvlc.py: 20.05.04...
``` ➜ which python3 /usr/local/bin/python3 ``` ``` ➜ lipo -info /usr/local/bin/python3 Architectures in the fat file: /usr/local/bin/python3 are: x86_64 arm64 ```
``` # extension module '_tkinter' loaded from '/opt/homebrew/opt/[email protected]/libexec/_tkinter.cpython-310-darwin.so' # extension module '_tkinter' executed from '/opt/homebrew/opt/[email protected]/libexec/_tkinter.cpython-310-darwin.so' import '_tkinter' # # /opt/homebrew/Cellar/[email protected]/3.10.0_2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/__pycache__/constants.cpython-310.pyc matches /opt/homebrew/Cellar/[email protected]/3.10.0_2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/constants.py # code object from '/opt/homebrew/Cellar/[email protected]/3.10.0_2/Frameworks/Python.framework/Versions/3.10/lib/python3.10/tkinter/__pycache__/constants.cpython-310.pyc' import 'tkinter.constants' #...
``` ~ via 🐍 system ➜ ls -l /opt/homebrew/opt/[email protected]/libexec/ total 248 -rwxr-xr-x 1 rob admin 125824 3 Nov 09:16 _tkinter.cpython-310-darwin.so ~ via 🐍 system ➜ ls -l /opt/homebrew/opt/[email protected]/ total 64...