Created
September 28, 2011 21:41
-
-
Save jpic/1249331 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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