On Tue, 14 Jan 2014 07:26:10 -0800, ngangsia akumbo wrote:

> When i run this code on my pc it actually runs but signals that the app is 
> not responding.

[snip most of the code]-

> def main():
>     ex = wx.App()
>     Example(None)
>     ex.Mainloop()
> 
> 
> if __name__ == "__main__":
>     main()

When I tried to run it I got a 
"AttributeError: 'App' object has no attribute 'Mainloop'

Not sure whether your wx version might have a 'Mainloop'.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to