Adding duplicate image handler for

If i import wx.adv after creating wx.App(), i get a debug message: Adding duplicate image handler for 'Windows bitmap file'.

Is this something to ignore or should i change the order to avoid possibe errors that may come up because of that?

It can safely be ignored.

Ok, then i’ll do that. Thank you.