wx (not responding)

Frank Miles fpm at u.washington.edu
Tue Jan 14 10:56:42 EST 2014


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'.



More information about the Python-list mailing list