Re: [Zope] Float object not callable (newbie question)

2005-05-14 Thread Tino Wildenhain
Am Freitag, den 13.05.2005, 16:06 +0100 schrieb Paul Hendrick: hi all, I'm trying to write a simple app which takes a name, bank balance, interest rate and returns the balance once 1 years interest has been added. I'm getting the error that float object is not callable. i can't figure out

[Zope] Float object not callable (newbie question)

2005-05-13 Thread Paul Hendrick
hi all, I'm trying to write a simple app which takes a name, bank balance, interest rate and returns the balance once 1 years interest has been added. I'm getting the error that float object is not callable. i can't figure out where i'm going wrong :S my code is below(getDetails,

Re: [Zope] Float object not callable (newbie question)

2005-05-13 Thread Brian Hickey
Hi Paul, - Original Message - From: Paul Hendrick [EMAIL PROTECTED] To: zope@zope.org Sent: Friday, May 13, 2005 4:06 PM Subject: [Zope] Float object not callable (newbie question) hi all, I'm trying to write a simple app which takes a name, bank balance, interest rate and returns