"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
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: