Closed danweflen closed 8 years ago
wx.Window (and, by extension it's subclass wx.Frame) constructors take the window's parent as an argument. When creating a window without a parent, the argument None shoud be passed. In this case, False was being passed, which caused a type error.
wx.Window (and, by extension it's subclass wx.Frame) constructors take the window's parent as an argument. When creating a window without a parent, the argument None shoud be passed. In this case, False was being passed, which caused a type error.