From: Werner F. B. <wer...@fr...> - 2005-04-29 16:14:34
|
Hi Michael, Michael Soulier wrote: > On 4/28/05, John Hunter <jdh...@ac...> wrote: > >>Don't use the pylab interface when building moderately complex >>applications -- use the OO library instead. What GUI toolkit are you >>using to build your app? See embedding_in_*.py, in the examples >>directory, where * is the name of your GUI toolkit, eg, tk, gtk, wx >>etc. >> >>See also http://matplotlib.sourceforge.net/faq.html#OO > > > Ok, thanks. It's either going to be Tkinter or wxPython. The former is > easier to use and deploy, but the latter looks slicker and seems to > have more high-level widgets (poorer docs), and nice tools like > wxGlade. With wxPython the demo is your friend, it is often a separate download and it contains small to extensive samples for just about every widget. There is also a new documenation in the works, not complete, but not bad either look at http://www.wxpython.org/docs/api/ If you decide on wxPython you might want to start with 2.6 (which just came out and has some nice things like foldpanel) and you might want to look at Boa Constructor if you like IDE's. See you Werner > > Mike > |