From: Michael S. <mso...@gm...> - 2005-04-29 13:52:09
|
On 4/28/05, John Hunter <jdh...@ac...> wrote: >=20 > 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. >=20 > 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. Mike --=20 Michael P. Soulier <mso...@gm...> http://www.digitaltorque.ca http://opag.ca python -c 'import this' |