Skip to content
Advertisement

Why am I receiving a error when trying to use tkinter to make multiple windows gui?

I am trying to create multiple window GUI application but can’t open window. i received an error. when we run both window code separately it’s run. I don’t know why this error occurs. can anyone resolve this problem. and help me to run multiple frames in one window.

JavaScript

This is my first window code

JavaScript

This is my Second window code

JavaScript

I received this Error.

JavaScript

please help me to resolve this error.

Advertisement

Answer

You have passed extra argument controller to tk.Frame.__init__(...):

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement