Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
import*
#1
Hello!
An expression (from tkinter import *) is often used. In order not to use an asterisk, you need to know what specifically to import. How to find out what your program uses from tkinter so that it can be imported? For example - from tkinter import (Tk, Button, Label, StringVar, Entry, END ......) Not only widgets need to be imported, but also attributes for them, maybe something else ...
Reply


Messages In This Thread
import* - by berckut72 - Mar-17-2020, 07:14 AM
RE: import* - by buran - Mar-17-2020, 07:49 AM
RE: import* - by berckut72 - Mar-17-2020, 09:44 AM

Forum Jump:

User Panel Messages

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