vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.54k stars 528 forks source link

Stick to working version of tkinter-standalone #1867

Closed dwrobel closed 4 months ago

dwrobel commented 6 months ago

Fixes the following flatpak build error: clinic/_tkinter.c.h:544:20: error: initializer element is not constant 544 | {"dooneevent", _PyCFunction_CAST(_tkinter_tkapp_dooneevent), \ METH_FASTCALL, _tkinter_tkapp_dooneeventdoc},

by sticking to the last working version.

The very latest revision is an adjustment for python 3.11 and does not compile with python 3.10.

Harvie commented 4 months ago

thanks