News123 <news...@free.fr> wrote: > MRAB wrote: >> News123 wrote: >>> r wrote: >>>> more *maybe useful dump? >>>> >>>>>>> for i in dev.Items: >>>> for p in i.Properties: >>>> if not p.IsReadOnly: >>>> print p.Name, '->', p.Value
[..] > The main question is the correct python method to change the property > > prop = 300 # doesn't work as it just replaces the property with an > integer wild guess, but how about p.Value = 300 ? John -- http://mail.python.org/mailman/listinfo/python-list