From: Christopher B. <Chr...@no...> - 2006-02-13 21:21:10
|
Graeme O'Keefe wrote: > I'm using darwinports/python24 whereas the preinstalled environment > which includes wxpython is python23. There are easy installs for python2.4 and wxPython 2.6.1 for python2.4: http://www.undefined.org/python/ http://www.pythonmac.org/packages/ (or the wxPython download page) I've built MPL for those versions in the past, I don't have the latest, and I haven't figure out eggs yet, but I should some day. > I'll wait until matplotlib/numpy makes it into darwinports. Essentially, darwinports is kind of like a Unix within OS-X, so I'd go with all darwinports or no darwinports (for Python stuff) > I'm not particularly wedded to the idea of using py-gtk2, is there any > compelling reason to use wxpython over py-gtk2? It depends on how you are using it. wxPython lets you develop fairly native cross platform apps. It also works with the native Mac GUI (rather than X11). If you're using MPL stand alone (rather than embedded in a larger GUI app), and you're happy with darwinports and X11, then there is no advantage. -Chris -- Christopher Barker, Ph.D. Oceanographer NOAA/OR&R/HAZMAT (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chr...@no... |