Re: [Tutor] Getting values from different functions (def's)

2011-09-05 Thread Susana Iraiis Delgado Rodriguez
Hello Alan!! It is exactly what I need to complete my task :D Than you so much 2011/8/31 Alan Gauld > On 31/08/11 18:17, Susana Iraiis Delgado Rodriguez wrote: > >> Hello list !! >> I'm developing a Python GUI application. I alreday developed a very >> simple window with buttons, each button will

Re: [Tutor] Getting values from different functions (def's)

2011-08-31 Thread Alan Gauld
On 31/08/11 18:17, Susana Iraiis Delgado Rodriguez wrote: Hello list !! I'm developing a Python GUI application. I alreday developed a very simple window with buttons, each button will do a different task, but the most important button will need to get information gotten in previous python's func

[Tutor] Getting values from different functions (def's)

2011-08-31 Thread Susana Iraiis Delgado Rodriguez
Hello list !! I'm developing a Python GUI application. I alreday developed a very simple window with buttons, each button will do a different task, but the most important button will need to get information gotten in previous python's functions. Let's say I have four functions but at the end I want