any help for a new coder? i cant seem to get this gui to work

Viewed 23

so i was making a gui for my base64 encoder and i ran into this problem.

line 35, in <module>
   root.geometry('500x300') 

thats the whole message. and there was another one after

line 2073, in wm_geometry
   return self.tk.call('wm', 'geometry', self._w, newGeometry)
_tkinter.TclError: can't invoke "wm" command: application has been destroyed

im pretty new to python, but i still usually have no problem debugging, however i am having trouble with this, as i cant seem to find what the actual problem is exactly. any and all help would be appreciated, thanks

0 Answers
Related