Skip to content

Instantly share code, notes, and snippets.

@jpic
Created September 28, 2011 21:41
Show Gist options
  • Select an option

  • Save jpic/1249331 to your computer and use it in GitHub Desktop.

Select an option

Save jpic/1249331 to your computer and use it in GitHub Desktop.
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.2/tkinter/__init__.py", line 1399, in __call__
return self.func(*args)
File "steinitz.py", line 69, in <lambda>
'command':lambda :self.match.deiconify()
AttributeError: 'App' object has no attribute 'match'
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python3.2/tkinter/__init__.py", line 1399, in __call__
return self.func(*args)
File "steinitz.py", line 159, in find
data = 'seek %s %s %s %s formula %s-%s\r\n' % option
TypeError: not enough arguments for format string
Exception in Tkinter callback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment