ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.62k stars 793 forks source link

Help i can't use TKINTER DESGINER PLEASE HELP #418

Open apm-99 opened 1 month ago

apm-99 commented 1 month ago

Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\agusp\AppData\Local\Programs\Python\Python312\Lib\tkinter__init.py", line 1967, in call__ return self.func(*args) ^^^^^^^^^^^^^^^^ File "c:\Users\agusp\projects\Tkinter-Designer-master\gui\gui.py", line 72, in btn_clicked designer.design() File "C:\Users\agusp\projects\Tkinter-Designer-master\tkdesigner\designer.py", line 32, in design code = self.to_code() ^^^^^^^^^^^^^^ File "C:\Users\agusp\projects\Tkinter-Designer-master\tkdesigner\designer.py", line 19, in to_code for f in self.file_data["document"]["children"][0]["children"]:


KeyError: 'document'
9xadx commented 1 month ago

same problem here