wx.App 상속받은 클래스 객체 초기화할 때 다음과 같이 한다. ex = wx.App(redirect=0) SomeFrame(None) ex.MainLoop() 이렇게하면 콘솔의 stderr 로 에러 메시지를 볼 수 있다.