Re: [matplotlib-devel] Including mathtex in matplotlib

2009-07-29 Thread John Hunter
On Wed, Jul 29, 2009 at 4:32 PM, Freddie Witherden wrote: > After thinking about the problem a little bit I have gone for the following > solution. I added support for mathtex to use the wrappers provided by > matplotlib for FT2Font and _png. It is likely we will want to keep them in > sync anyway

Re: [matplotlib-devel] Including mathtex in matplotlib

2009-07-29 Thread John Hunter
On Wed, Jul 29, 2009 at 5:05 PM, Robert Kern wrote: > Furthermore, you could put numpy in there, too. Maybe even recipes for > downloading and building the C dependencies for those who need it. Basically, > by > freeing yourself from the shackles of distutils, you can make the > "new-to-Python-ju

Re: [matplotlib-devel] Including mathtex in matplotlib

2009-07-29 Thread Robert Kern
On 2009-07-29 15:29, Robert Kern wrote: > On 2009-07-29 08:17, John Hunter wrote: >> On Wed, Jul 29, 2009 at 7:52 AM, Michael Droettboom wrote: >>> I think we need (at least as a transitional stopgap) a single "python >>> setup.py install" to install both matplotlib and mathtex. Once >>> distrib

Re: [matplotlib-devel] Including mathtex in matplotlib

2009-07-29 Thread Freddie Witherden
> I second this. I would like to see the new mathtext (and png and > freetype wrappers as necessary, possibly in mathtext) live in the > matplotlib trunk under lib, the same place we put pytz and dateutil. > It can have its own setup and release cycle, but I think it would make > matters simpler t

Re: [matplotlib-devel] Including mathtex in matplotlib

2009-07-29 Thread Robert Kern
On 2009-07-29 08:17, John Hunter wrote: > On Wed, Jul 29, 2009 at 7:52 AM, Michael Droettboom wrote: >> I think we need (at least as a transitional stopgap) a single "python >> setup.py install" to install both matplotlib and mathtex. Once >> distributions catch up (which could take more than a y

Re: [matplotlib-devel] Including mathtex in matplotlib

2009-07-29 Thread John Hunter
On Wed, Jul 29, 2009 at 7:52 AM, Michael Droettboom wrote: > I think we need (at least as a transitional stopgap) a single "python > setup.py install" to install both matplotlib and mathtex.  Once > distributions catch up (which could take more than a year, depending on > cycles), we can consider b

Re: [matplotlib-devel] Including mathtex in matplotlib

2009-07-29 Thread Michael Droettboom
I think we need (at least as a transitional stopgap) a single "python setup.py install" to install both matplotlib and mathtex. Once distributions catch up (which could take more than a year, depending on cycles), we can consider being more loosely coupled. There are already examples of instal