[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
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
[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
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
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
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
I haven't been keeping up. Is Gadfly still in development?
--
http://mail.python.org/mailman/listinfo/python-list
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