-- 
powered by Gentoo/GNU Linux
http://linuxcrazy.com

--- Begin Message ---
prasad rao wrote:
> Hello.
> I made my first mager gui program.I need your openions suggestions and
> improvements.
>  
Hi Prasad,
I get this error, I am using 2.5 on Linux;

Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 1403, in __call__
    return self.func(*args)
  File "prasad_gui.py", line 20, in fshow
    text.insert(END,('Total files in %s are %d
\n'%(entry1.get(),len(mf)))+ mystring(mf))
  File "prasad_gui.py", line 36, in mystring
    for n,m in  enumerate(x,start=1):
TypeError: 'start' is an invalid keyword argument for this function

-- 
powered by Gentoo/GNU Linux
http://linuxcrazy.com



--- End Message ---
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to