From: Chris B. <chr...@no...> - 2014-11-17 19:08:13
|
On Mon, Nov 17, 2014 at 6:52 AM, Benjamin Root <ben...@ou...> wrote: > I notice that our documentation for matplotlib embedding does not include > any examples using macosx or cocoagg. Is this because it is not possible > probably not! > or that no one has put forth any such examples? > probably. > Are there python bindings for the apple gui toolkit? > There is PyObjC -- which gives you a pretty direct binding to the Cocoa. https://pythonhosted.org/pyobjc/ That's what one would use to make a truly native app. Many of us doing OS-X desktop development need cross-platform support, so tk, wx or qt (or even GTK...) But someone made the OS-X native back-ends -- so they must have had a use case -- maybe they could post an example. A post to the pythonmac sig list may yield someone with an example to post as well. -Chris > Sincerely, > Completely clueless with regards to Apple > a.k.a. - Ben Root > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chr...@no... |