Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #63913
| From | Frank Miles <fpm@u.washington.edu> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: wx (not responding) |
| Date | 2014-01-14 15:56 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <lb3mnq$vop$1@dont-email.me> (permalink) |
| References | <c9f4a8ee-48d0-4846-8041-5161a39dd8a3@googlegroups.com> |
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'.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
wx (not responding) ngangsia akumbo <ngangsia@gmail.com> - 2014-01-14 07:26 -0800
Re: wx (not responding) Frank Miles <fpm@u.washington.edu> - 2014-01-14 15:56 +0000
Re: wx (not responding) ngangsia akumbo <ngangsia@gmail.com> - 2014-01-14 09:33 -0800
csiph-web