Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: File Chooser will not close
Post: RE: File Chooser will not close

(Aug-09-2023, 02:08 PM)noob82 Wrote: (Aug-07-2023, 02:25 PM)deanhystad Wrote: I don't understand what this means: What is the "In [2]"? Have you run you code from the command line? sorry the In[2...
noob82 GUI 10 2,273 Aug-14-2023, 03:06 PM
    Thread: File Chooser will not close
Post: RE: File Chooser will not close

(Aug-07-2023, 02:25 PM)deanhystad Wrote: I don't understand what this means: Quote:In [2] path = filedialog.askopenfilename() What is the "In [2]"? Have you run you code from the command line? sorr...
noob82 GUI 10 2,273 Aug-09-2023, 02:08 PM
    Thread: File Chooser will not close
Post: RE: File Chooser will not close

(Aug-04-2023, 07:11 PM)deanhystad Wrote: This program contains an error import tkinter as tk from tkinter import filedialog path = filedialog.askopen()Error:AttributeError: module 'tkinter.filedial...
noob82 GUI 10 2,273 Aug-07-2023, 11:34 AM
    Thread: File Chooser will not close
Post: RE: File Chooser will not close

(Aug-04-2023, 05:29 AM)Gribouillis Wrote: Tkinter needs a mainloop() to work and dialog boxes must be used while the mainloop is running. If you just want to pick a file without mainloop, you could ...
noob82 GUI 10 2,273 Aug-04-2023, 12:30 PM
    Thread: File Chooser will not close
Post: RE: File Chooser will not close

(Aug-04-2023, 11:40 AM)deanhystad Wrote: The tkinter dialogs are written to use their own mainloop, and even initialize the tkinter application, if there is no root window and no mainloop. For exam...
noob82 GUI 10 2,273 Aug-04-2023, 12:28 PM
    Thread: File Chooser will not close
Post: File Chooser will not close

Good Evening, I just learned about the existence of tkinter as I was trying to create a dialog box to allow users to select file, and then import the file in pandas df. I saw plenty of examples onlin...
noob82 GUI 10 2,273 Aug-04-2023, 03:32 AM

User Panel Messages

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