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
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
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.