Skip to content

Instantly share code, notes, and snippets.

@bokutin
Created April 24, 2012 18:43
Show Gist options
  • Save bokutin/2482515 to your computer and use it in GitHub Desktop.
Save bokutin/2482515 to your computer and use it in GitHub Desktop.
import wx
app = wx.App() # wx._core.PyNoAppError: The wx.App object must be created first!
wx.MessageBox('hello wxpython', 'title')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment