Re: file access dialog

2005-08-26 Thread Wouter van Ooijen (www.voti.nl)
>Tkinter has a file acces dialog available with the same API on all platforms. >It is also mapped to the standard dialog on Windows. > Since Tkinter is certainly installed by default with Python, if a file dialog > is everything you need, you probably don't have to look further. Great :) Wout

Re: file access dialog

2005-08-26 Thread utabintarbo
For simple, it's hard to beat EasyGUI: http://www.ferg.org/easygui/ Bob -- http://mail.python.org/mailman/listinfo/python-list

Re: file access dialog

2005-08-26 Thread Fredrik Lundh
Wouter van Ooijen wrote: >I have a tool in Python to which I want to add a small GUI. The tools > currently runs everywhere PySerial is supported. I need a file-access > dialog. What is the preffered way to to this? Is there a > platform-independent file-access dialog available, or

Re: file access dialog

2005-08-26 Thread Eric Brunel
On Fri, 26 Aug 2005 07:52:06 GMT, Wouter van Ooijen (www.voti.nl) <[EMAIL PROTECTED]> wrote: > I have a tool in Python to which I want to add a small GUI. The tools > currently runs everywhere PySerial is supported. I need a file-access > dialog. What is the preffered way to to t

Re: file access dialog

2005-08-26 Thread Adriaan Renting
CTED]> 08/26/05 9:52 am >>> I have a tool in Python to which I want to add a small GUI. The tools currently runs everywhere PySerial is supported. I need a file-access dialog. What is the preffered way to to this? Is there a platform-independent file-access dialog available, or should

file access dialog

2005-08-26 Thread Wouter van Ooijen (www.voti.nl)
I have a tool in Python to which I want to add a small GUI. The tools currently runs everywhere PySerial is supported. I need a file-access dialog. What is the preffered way to to this? Is there a platform-independent file-access dialog available, or should I use the windows native version when