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+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 possibility to browse
>> through the file system and pick an ASCII file ?
>> After the file is spcified using the GUI, I want to read it using fromfile
>> and similar commands.
>> After I process the data I want a similar GUI that enables choosing the
>> path and name for saving the results file.
>>
>> Are scripts of this type available ?
>>
>> Thanks
>> Eli Brosh
>>
>> _______________________________________________
>> Tutor maillist  -  Tutor@python.org
>> http://mail.python.org/mailman/listinfo/tutor
>>
>>
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to