Re: [Tutor] open-file GUI

2008-07-04 Thread Eli Brosh
Many thanks for the tutor mailing-list members for their replies, The EasyGui is just what I was looking for. Regards Eli Brosh ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] open-file GUI

2008-07-04 Thread FT
Hi! My demo is from wspython. The Hebrew window messed up my reading and now I have included the imports and the initial assignment. You can place them in caps for global vars, but place them inside a class so they are self...calls. Hello, I am starting to use Python+NumPy+SciPy+Matplotlib

Re: [Tutor] open-file GUI

2008-07-04 Thread FT
Hi! My demo is from wspython. Hello, I am starting to use Python+NumPy+SciPy+Matplotlib as a substitute to MATLAB. I need a simple GUI that can help me to open files and save file i.e. something similar to uigetfile in MATLAB. Is there a simple script that opens a window with a possibil

Re: [Tutor] open-file GUI

2008-07-04 Thread Monika Jisswel
Go for wxPython, they have a pretty good tutorial on thier website ( wxpython.org) If you can use Python_Numpy_Scipy_Matplotlib then I can assure you that you will learn wxpython in a matter of minutes. > > 2008/7/4 Eli Brosh <[EMAIL PROTECTED]>: > >> Hello, >> I am starting to use Python+NumP

Re: [Tutor] open-file GUI

2008-07-04 Thread FT
Hi! My demo is from wspython. Hello, I am starting to use Python+NumPy+SciPy+Matplotlib as a substitute to MATLAB. I need a simple GUI that can help me to open files and save file i.e. something similar to uigetfile in MATLAB. Is there a simple script that opens a window with a possibilit

Re: [Tutor] open-file GUI

2008-07-04 Thread Alan Gauld
"Eli Brosh" <[EMAIL PROTECTED]> wrote I need a simple GUI that can help me to open files and save file i.e. something similar to uigetfile in MATLAB. Google for easygui I think it will do what you want. Otherwise any GUI toolkit will have similar dialiogs but will require that you write a