| | |
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 |
address alarm anydbm app beginner changecolor cipher clear conversion coordinates corners curves cx-freeze data definedlines development dictionary directory dynamic events excel feet file float format function generator getvalue halp handling homework images import input ip itunes java keycontrol line linux list lists loan loop maintain matching maze millimeter mouse number numbers output parsing path prime programming py2exe pygame pymailer python queue random rational raw_input recursion recursive screensaverloopinactive script scrolledtext searchingfile singleton slicenotation split ssh string strings tails text threading time tlapse tooltip tuple tutorial type ubuntu unicode url urllib urllib2 valueerror variable variables ventrilo vigenere web webservice word wxpython xlwt






