wxPython GUI update with data from a MySQL database

Alina Ghergu alina.ghergu at gmail.com
Thu Aug 17 06:21:43 EDT 2006


Krzysztof Stachlewski wrote:
> "Alina Ghergu" <alina.ghergu at gmail.com> wrote in message
> news:1155807053.375687.15930 at i3g2000cwc.googlegroups.com...
>
> 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 to time MySQL server
> > doesn't repond to queries. I use one db connection for all my queries.
>
> What is the error returned from MySQL when it is not responding to queries?
>
> Stach

Hi Stach,

The error is "Lost connection to MySQL server during query".

Alina




More information about the Python-list mailing list