j
k
j a
j l
servel yannick writes:
.... self.uploadImage(obj=self.i.filename%d %(f) Hugh, what strange expression is that?
It is parsed as (self.i.filename % d) % f What you probably want is getattr(self.i, 'filename%d' % f) Dieter
Back to the thread
Back to the list