Posts by Saymon94 • 3 points
2 posts
- 
		-2 votes1 answer128 viewsQ: Error when an image is loaded into a second Tkinter - Python windowHello, I’m developing a small program using tkinter, where, in the first window there is a button that opens a second window where there is an image. However, the program does not carry this image,… 
- 
		0 votes1 answer82 viewsQ: Module named 'Tkinter' not found - pythonI started messing around in the library tkinter python recently, but I can’t because the library is not found. The error message shown is as follows: ModuleNotFoundError: No module named 'tkinter'.…