Direct Label Image

How can I change the direct label image after setting it up the first time?

Try:

label['image'] = yourImage

pro-rsof I don’t understand, I’m new as you can see,

I’m using:

text = DirectLabel(image = 'text1.png', relief = None)

I typed that to change my directlabel image:

text['text1.png'] = 'text2.png'

and it raised errors

text[‘image’] = ‘text2.png’

oh thank you!