Re: wxPython GUI update with data from a MySQL database

2006-09-06 Thread Alina Ghergu
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

Re: wxPython GUI update with data from a MySQL database

2006-08-17 Thread Alina Ghergu
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

Re: wxPython GUI update with data from a MySQL database

2006-08-17 Thread Krzysztof Stachlewski
"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

wxPython GUI update with data from a MySQL database

2006-08-17 Thread Alina Ghergu
Hi there, I'm currently developing a GUI for a network monitor. I have to plot data taken from a MySQL database. For GUI I use wxPython, for plotting Matplotlib. The plotting has to be realtime, so I have to query the database periodically. I don't have enough experience in programming and I woul