splitbrain / pimenu

Simple fullscreen menu system for Raspberry Pi Touchscreen
132 stars 46 forks source link

Doesn't work on Raspbian 11 #9

Open dpdpkpcom opened 2 years ago

dpdpkpcom commented 2 years ago

Fails with error "ModuleNotFoundError: No module named 'Tkconstants'"

hth

dp

rh-01 commented 10 months ago

you have to rename TKconstants to tkinter.constants, and Tkinter to tkinter...