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

Instances of class object not modifiable?

2005-01-24 Thread Krzysztof Stachlewski
I tried to run the following piece of code: Python 2.3.4 (#53, May 25 2004, 21:17:02) [MSC v.1200 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> o = object() >>> o.a = 5 Traceback (most recent call last): File "", line 1, in ? AttributeError: