Re: I don't quite understand this error...

2007-02-26 Thread Daniel Nogradi
> 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 don't quite understand this error...

2007-02-26 Thread Alexander Orchard
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 ()