tomoyanonymous / homebrew-flatcam

Unofficial homebrew formula to install flatcam(http://flatcam.org) on macOS
25 stars 8 forks source link

Problem installing flatcam-evo #26

Closed brankoto closed 8 months ago

brankoto commented 8 months ago

If I run "flatcam-Evo" from usr/local/bin I get:

Traceback (most recent call last): File "/usr/local/bin/flatcam-evo", line 9, in from appMain import App File "/usr/local/Cellar/flatcam-evo/8.9.95/libexec/appMain.py", line 48, in import tkinter as tk File "/usr/local/Cellar/python@3.11/3.11.8/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/init.py", line 38, in import _tkinter # If this fails your Python may not be configured for Tk ^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '_tkinter'

Had to run: "brew install python-tk@3.11" to get it running!

thx

tomoyanonymous commented 8 months ago

That looks degradation in the last commit to fix #23 . Fixed in 0b03b0021b44231440157d4ee904f92c2085b8bc .