+ 1
I'm having trouble with tkinter .pack(side=***)
""" images of code and error below """ I'm trying to set up two frames with .pack(side=BOTTOM) && .pack(side=TOP) but it keeps giving me an error. https://imgur.com/a/icDON9c I have tried putting them in parenthesis, using lower case in and out of parenthesis and nothing works... idk what I'm doing wrong.
2 Réponses
0
At the line 13 ’side = top’ should be ’side = TOP’
0
Juho Pesonen it still throws that error when I put it that way. Regularly all side options are capitalized but for whatever reason no matter how I put it it gives me an error.