Hello, I currently have a project setup using many different frames and a controller class in order to switch between the different frames. This implementation is setup using tkinter and not customtkinter. I am working now to get this moved over to customtkinter. But keep running into issues when I go to initialize my frame. I have attached the error code as well as a code snippet of the actual controller class.
Any help would be GREATLY appreciated! I am annoyed at how long this has taken me as is.
Error when initializing frame: AttributeError: 'ReportCard' object has no attribute 'tk'
Hello, I currently have a project setup using many different frames and a controller class in order to switch between the different frames. This implementation is setup using tkinter and not customtkinter. I am working now to get this moved over to customtkinter. But keep running into issues when I go to initialize my frame. I have attached the error code as well as a code snippet of the actual controller class. Any help would be GREATLY appreciated! I am annoyed at how long this has taken me as is.
Error when initializing frame:
AttributeError: 'ReportCard' object has no attribute 'tk'
Code Snippet: `
class PageContainer(ctk.CTkFrame):