I solved the problem by using a more recent version of MySQLdb,
compatible with MySQL 5.0.
--
http://mail.python.org/mailman/listinfo/python-list
Krzysztof Stachlewski wrote:
> "Alina Ghergu" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>
> Hi,
>
> > I have to query the database periodically. I don't have enough
> > experience in programming and I would need some advice about the best
> > approach in this matter.
> >
> > I
"Alina Ghergu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,
> I have to query the database periodically. I don't have enough
> experience in programming and I would need some advice about the best
> approach in this matter.
>
> I tried to solve it using wx.Timer but from time