Re: sum fonction in gadfly

2006-06-30 Thread Robert Hicks
[EMAIL PROTECTED] wrote: > Robert Hicks wrote: > > [EMAIL PROTECTED] wrote: > > > why are people so concerned > > > that it's not changing? > > > > > > > I didn't mean to be irritating and I wasn't concerned about it not > > changing but I could probably have stated the question a little bett

Re: sum fonction in gadfly

2006-06-30 Thread aaronwmail-usenet
Robert Hicks wrote: > [EMAIL PROTECTED] wrote: > > why are people so concerned > > that it's not changing? > > > > I didn't mean to be irritating and I wasn't concerned about it not > changing but I could probably have stated the question a little better. > For some reason I thought it was a

Re: sum fonction in gadfly

2006-06-30 Thread Robert Hicks
[EMAIL PROTECTED] wrote: > Robert Hicks wrote: > > I haven't been keeping up. Is Gadfly still in development? > > I always find this question a little > irritating -- gadfly is perfect the > way it is :). If it ain't broke don't > fix it. At least until the python guys > make another non-backwar

Re: sum fonction in gadfly

2006-06-29 Thread aaronwmail-usenet
Robert Hicks wrote: > I haven't been keeping up. Is Gadfly still in development? I always find this question a little irritating -- gadfly is perfect the way it is :). If it ain't broke don't fix it. At least until the python guys make another non-backwards-compatible change that makes a patch

Re: sum fonction in gadfly

2006-06-25 Thread Scott David Daniels
jean-jeanot wrote: > Thank you for your help. You're welcome. > It could be useful for me to change of DB ? Which one ? Postgresql or > another ? Well, if gadfly is serving you well, you might as well stay with it. Python 2.5 comes with sqlite3, which might well be a nice small step. I find Postg

Re: sum fonction in gadfly

2006-06-25 Thread jean-jeanot
Thank you for your help. I have changed StringVar in IntVar and it works! I didn't know that IntVar (as StringVa) were Tkinter Widget variables! (It is important to read the doc!) I made another mistake in the value definition. I'have changed '%s' in %d and it goes perfectly well. It could be use

Re: sum fonction in gadfly

2006-06-24 Thread Robert Hicks
I haven't been keeping up. Is Gadfly still in development? -- http://mail.python.org/mailman/listinfo/python-list

Re: sum fonction in gadfly

2006-06-24 Thread Scott David Daniels
jean-jeanot wrote: > After creating the table I create the variables with > varAmount = StringVar() Maybe you want to use DoubleVar or IntVar here? > With a function > def treatment (): >requete = "insert into transactions ( date,amount,,) > values(..) "% (varDate.get(), >varAmoun