DEV Community

Discussion on: Building An OOP Calculator And What It Means To Write A Widget Library

Collapse
 
akashvshroff profile image
Akash Shroff

Hey, I love your tutorials. I used your OOP framework to build my own Tkinter GUI for a typing test. The script without the OOP foundation runs perfectly but the OOP script returns an error - _tkinter.TclError: Slave index 1 out of bounds. All the details for my code and subsequent error are outlined here: stackoverflow.com/questions/616273..., I'd greatly appreciate if you could have a look. Best.