Skip to content

Don't use wx.InitAllImageHandlers or wx.PySimpleApp#107

Merged
corranwebster merged 1 commit into
enthought:masterfrom
RobinD42:use-wxapp
Oct 17, 2013
Merged

Don't use wx.InitAllImageHandlers or wx.PySimpleApp#107
corranwebster merged 1 commit into
enthought:masterfrom
RobinD42:use-wxapp

Conversation

@RobinD42
Copy link
Copy Markdown
Contributor

These changes are compatible with both wx 2.8 and 2.9

wx.InitAllImageHandlers has been a NOP for a long time, and is now deprecated.

wx.PySimpleApp is deprecated, wx.App(redirect=False) is exactly the same as wx.PySimpleApp.

…precated.

wx.PySimpleApp is deprecated, wx.App(redirect=False) is exactly the same as wx.PySimpleApp.
@corranwebster
Copy link
Copy Markdown
Contributor

Similar to my comment on #108 - feel free to merge this @RobinD42 if you are comfortable with the change.

You might also look at the Wx Pyface backend if you haven't already.

corranwebster added a commit that referenced this pull request Oct 17, 2013
Don't use wx.InitAllImageHandlers or wx.PySimpleApp
@corranwebster corranwebster merged commit 7e848c7 into enthought:master Oct 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants