Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do i run the code?
#4
Please show your code with tkinter.
It's hard to help without seeing what you are trying to do.
tkinter requires a minimum amount of code, like:
import tkinter as tk

root = tk.Tk()
root.title('My first app')
root.mainloop()
Reply


Messages In This Thread
How do i run the code? - by kikoko_2 - Nov-30-2017, 09:05 PM
RE: How do i run the code? - by metulburr - Nov-30-2017, 09:12 PM
RE: How do i run the code? - by kikoko_2 - Nov-30-2017, 09:20 PM
RE: How do i run the code? - by Larz60+ - Dec-01-2017, 03:07 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020