Of course one can do
        myintvar.set(myintvar.get()+1)
but surely there is a better way?

I'm surprsied that
        myintvar += 1
is not allowed.

Thanks,
Alan Isaac
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to