Help i can't use TKINTER DESGINER PLEASE HELP
Opened this issue · 5 comments
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'
same problem here
Same.
same issue
I also ran into same issue and could not get them fixed
I tried this new tool, works like charm
https://github.com/nucleonautomation/Gluonix-Designer
I forgot to come back here, but I managed to fix it. At least in my case, the issue was that that Figma Token was expired, because I think that by default they expire after 30 days. So it could be that your token is either expired or wrong. Try generating a new one and that should fix the issue.