Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why call import twice?
#1
Hello,

I'm learning about TclTk, and was wondering why the tkintter module is imported twice:

from tkinter import *
from tkinter import ttk
Thank you.
Reply


Messages In This Thread
Why call import twice? - by Winfried - May-23-2019, 08:49 PM
RE: Why call import twice? - by micseydel - May-23-2019, 09:30 PM
RE: Why call import twice? - by Yoriz - May-23-2019, 09:37 PM
RE: Why call import twice? - by snippsat - May-23-2019, 11:04 PM
RE: Why call import twice? - by Winfried - May-24-2019, 09:05 AM
RE: Why call import twice? - by micseydel - May-23-2019, 11:29 PM

Forum Jump:

User Panel Messages

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