Hi !
I changed the my wxPython in my machine for the new version.
When I want to start my program, it is creates error, and show that:
17:07:01: Warning: No image handler for type 1 defined.
What I need to do to correct the code ?
thanx for helps.
FT
Robin
2
fowlertrainer@anonym.hu wrote:
Hi !
I changed the my wxPython in my machine for the new version.
When I want to start my program, it is creates error, and show that:
17:07:01: Warning: No image handler for type 1 defined.
What I need to do to correct the code ?
Call wx.InitAllImageHandlers() in your startup code.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!