| | |
File Dialog window, save dialog window
![]() |
You mean something like that:
Python Syntax (Toggle Plain Text)
import tkFileDialog # examples: def open_it(): filename = tkFileDialog.askopenfilename() print filename # test def save_it(): filename = tkFileDialog.askopenfilename() print filename # test def save_as(): filename = tkFileDialog.asksaveasfilename() print filename # test
![]() |
Similar Threads
- open save dialog box error (PHP)
- Front Page error when opening .HTM file (HTML and CSS)
- Opening a .pdf file at the clientside without the open/save dialog box (ASP.NET)
- Calling function in a child window from main parent window (C#)
- RmDir and MsChart Have Problems in XP -Pls Help (Visual Basic 4 / 5 / 6)
Other Threads in the Python Forum
- Previous Thread: Why a Set?
- Next Thread: how to create a submenu in python?
| Thread Tools | Search this Thread |
abrupt accessdenied advanced ansi anti apache application approximation argv array backend beginner binary builtin calculator change command converter countpasswordentry csv curved dan08 def dictionary edit event file float format function google heads homework inches input jaunty java keyboard lapse library line lines linux list lists loop microphone mouse movingimageswithpygame mysqlquery newb number numbers numeric obexftp output parameters parsing path phonebook pointer prime programming py2exe pygame pyopengl python random recursion redirect remote return reverse scrolledtext session software sprite statictext statistics string strings syntax terminal text thread threading time tlapse tuple twoup ubuntu unicode unit urllib urllib2 variable voip wordgame write wxpython






