Re: multiple values for keyword argument

2011-01-29 Thread Tobias Blass
On Sat, 29 Jan 2011, Peter Otten wrote: >Tobias Blass wrote: > >> >> >> On Sat, 29 Jan 2011, Francesco Bochicchio wrote: >> >>>On 29 Gen, 12:10, Tobias Blass wrote: >>>> Hi all >>>> I'm just learning python and use it to w

Re: multiple values for keyword argument

2011-01-29 Thread Tobias Blass
On Sat, 29 Jan 2011, Francesco Bochicchio wrote: >On 29 Gen, 12:10, Tobias Blass wrote: >> Hi all >> I'm just learning python and use it to write a GUI (with Tkinter) for a C >> program I already wrote. When trying to execute the program below I get the

multiple values for keyword argument

2011-01-29 Thread Tobias Blass
Hi all I'm just learning python and use it to write a GUI (with Tkinter) for a C program I already wrote. When trying to execute the program below I get the following error message. Traceback (most recent call last): File "./abirechner.py", line 64, in win =MainWin() File "./abirechner.