Hello,
I am getting the below error when using mechanize to submit a webform.
>>> Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Python26\lib\lib-tk\Tkinter.py", line 1410, in __call__
return self.func(*args)
File "C:\Python26\lib\idlelib\MultiCall.py", line 159, in handler
doafterhandler.pop()()
File "C:\Python26\lib\idlelib\MultiCall.py", line 206, in <lambda>
doit = lambda: self.bindedfuncs[triplet[2]][triplet[0]].remove(func)
ValueError: list.remove(x): x not in list
Anybody has any idea what this is??