> Thus far, everything works fine unless I'm trying the Deposit or Withdrawal
> functions. (I know they're different, but both give roughly the same error.)
> Whenever I attempt one of these functions I get the following error message:
>
>
> Exception in Tkinter callback
> Traceback (most recent ca
I'm trying to create a simple accounting system based off of an example GUI.
The coding is as follows:
#!/usr/bin/python
from Tkinter import *
from os import urandom
from twisted.internet import tksupport
from twisted.internet import reactor
from accounts import accountlist
def whichSelected ()