Creating a Dropdown Menu in Python Tkinter: A Step-by-Step Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 7

  • @marseliennavoneschen521
    @marseliennavoneschen521 ปีที่แล้ว

    I have typed the code like in the video but am getting an error NameError: name 'root' is not defined. Any ideas on why this would be? Thank you for the video!

    • @margor4697
      @margor4697 ปีที่แล้ว

      Check if you typed the code exactly, maybe it could be a typo

    • @SixBowlSage
      @SixBowlSage 9 หลายเดือนก่อน

      Same, no typos he just does not show all of his code, i think you kinda need to "activate" root to make it work i have no idea.@@margor4697

    • @_-_Asher_-_
      @_-_Asher_-_ 7 หลายเดือนก่อน

      Try adding root = tk.Tk() at the top of the file after imports, this should work if tkinter was imported like this: import tkinter as tk

  • @jignasajoshi27
    @jignasajoshi27 9 หลายเดือนก่อน

    Done

  • @hosein1777
    @hosein1777 11 หลายเดือนก่อน

    "root not defined" i wish i could download the whole code

    • @_-_Asher_-_
      @_-_Asher_-_ 7 หลายเดือนก่อน

      Try adding root = tk.Tk() at the top of the file after imports, this should work if tkinter was imported like this: import tkinter as tk