Re: [matplotlib-devel] doc build failures

2009-05-28 Thread Jae-Joon Lee
The axes_grid examples, broken by the recent spine patch, are now fixed in the svn. Also, when I commit axes_grid toolkit into the trunk, I deleted a few example under examples/pylab_examples. For example, axes_divider.py in the error message below has been deleted. IOError: [Errno 2] No such fil

Re: [matplotlib-devel] doc build failures

2009-05-28 Thread Andrew Straw
John Hunter wrote: > I was just updating the site docs and a few examples are failing to > build. Some of these are easy pickens, so if you have a quick fix, > please put it in, and reply here when you've fixed one to avoid > duplication of effort. If you can coerce the recipe I sent this list on

[matplotlib-devel] doc build failures

2009-05-28 Thread John Hunter
I was just updating the site docs and a few examples are failing to build. Some of these are easy pickens, so if you have a quick fix, please put it in, and reply here when you've fixed one to avoid duplication of effort. JDH File "geo_demo.py", line 9, in F

Re: [matplotlib-devel] arbitrary spine locations in svn trunk

2009-05-28 Thread John Hunter
On Wed, May 27, 2009 at 11:33 AM, Andrew Straw wrote: > I've gone ahead and committed my arbitrary spine location implementation > to the trunk (svn r7144). I'd appreciate it if you could kick the tires. > To get you started, try the new demo: > examples/pylab_examples/spine_placement_demo.py I j

Re: [matplotlib-devel] Building docs

2009-05-28 Thread John Hunter
On Thu, May 28, 2009 at 3:32 PM, Reinier Heeres wrote: > Hi all, > > While trying to work on some docs for mplot3d I ran into trouble > building them. I started with the stock ubuntu sphinx (0.5.2), but > that ran into errors. Following the documentation suggestion I tried > the repository at http

Re: [matplotlib-devel] Building docs

2009-05-28 Thread John Hunter
On Thu, May 28, 2009 at 3:32 PM, Reinier Heeres wrote: > Hi all, > > While trying to work on some docs for mplot3d I ran into trouble > building them. I started with the stock ubuntu sphinx (0.5.2), but > that ran into errors. Following the documentation suggestion I tried > the repository at http

Re: [matplotlib-devel] Building docs

2009-05-28 Thread Eric Firing
Reinier Heeres wrote: > Hi all, > > While trying to work on some docs for mplot3d I ran into trouble > building them. I started with the stock ubuntu sphinx (0.5.2), but > that ran into errors. Following the documentation suggestion I tried > the repository at http://svn.python.org/projects/doctoo

[matplotlib-devel] Building docs

2009-05-28 Thread Reinier Heeres
Hi all, While trying to work on some docs for mplot3d I ran into trouble building them. I started with the stock ubuntu sphinx (0.5.2), but that ran into errors. Following the documentation suggestion I tried the repository at http://svn.python.org/projects/doctools/trunk sphinx, but that seems to

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread John Hunter
On Thu, May 28, 2009 at 10:01 AM, John Hunter wrote: > On Thu, May 28, 2009 at 9:57 AM, Charlie Moad wrote: > >> I'll have to check my home computer tonight.  I never saw your note >> about libpng either.  Again, I'll poke a little more tonight once I >> get home to my machine and update you. > >

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread John Hunter
On Thu, May 28, 2009 at 9:57 AM, Charlie Moad wrote: > I'll have to check my home computer tonight.  I never saw your note > about libpng either.  Again, I'll poke a little more tonight once I > get home to my machine and update you. The debugger indicates the dreaded mscvrt is still in the bina

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread Charlie Moad
On Thu, May 28, 2009 at 10:52 AM, John Hunter wrote: > On Thu, May 28, 2009 at 9:37 AM, Charlie Moad wrote: > >> I think setuptools should be a requirement in the same way numpy is. >> >> The latest "ez_setup.py" script has 2.6 included. >> http://peak.telecommunity.com/dist/ez_setup.py >> >> You

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread John Hunter
On Thu, May 28, 2009 at 9:37 AM, Charlie Moad wrote: > I think setuptools should be a requirement in the same way numpy is. > > The latest "ez_setup.py" script has 2.6 included. > http://peak.telecommunity.com/dist/ez_setup.py > > You should be able to do the normal, "python ez_setup.py" OK, I g

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread Charlie Moad
On Thu, May 28, 2009 at 10:34 AM, John Hunter wrote: > On Thu, May 28, 2009 at 9:25 AM, John Hunter wrote: >> On Thu, May 28, 2009 at 9:06 AM, John Hunter wrote: >>> On Thu, May 28, 2009 at 8:57 AM, Charlie Moad wrote: Another note.  I ran into problems when trying to create the build in >

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread John Hunter
On Thu, May 28, 2009 at 9:25 AM, John Hunter wrote: > On Thu, May 28, 2009 at 9:06 AM, John Hunter wrote: >> On Thu, May 28, 2009 at 8:57 AM, Charlie Moad wrote: >>> Another note.  I ran into problems when trying to create the build in >>> a directory that had spaces.  (e.g. C:\Documents and Set

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread Charlie Moad
On Thu, May 28, 2009 at 10:25 AM, John Hunter wrote: > On Thu, May 28, 2009 at 9:06 AM, John Hunter wrote: >> On Thu, May 28, 2009 at 8:57 AM, Charlie Moad wrote: >>> Another note.  I ran into problems when trying to create the build in >>> a directory that had spaces.  (e.g. C:\Documents and Se

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread John Hunter
On Thu, May 28, 2009 at 9:06 AM, John Hunter wrote: > On Thu, May 28, 2009 at 8:57 AM, Charlie Moad wrote: >> Another note.  I ran into problems when trying to create the build in >> a directory that had spaces.  (e.g. C:\Documents and Settings\). >> Try running everything in a top level dir.

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread John Hunter
On Wed, May 27, 2009 at 11:08 PM, Charlie Moad wrote: > I've spent the last couple of days writing the win32 equivalent > of John's osx release scripts for MinGW. It patches distutils at > runtime to exclude the msvcr link, hence we should no longer need to > modify distutils. I have tested

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread Charlie Moad
It's strange that I didn't run into spacing issues. sdist --formats=gztar - Charlie On Thu, May 28, 2009 at 9:47 AM, John Hunter wrote: > On Wed, May 27, 2009 at 11:08 PM, Charlie Moad wrote: >>     I've spent the last couple of days writing the win32 equivalent >> of John's osx release script

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread John Hunter
On Thu, May 28, 2009 at 8:57 AM, Charlie Moad wrote: > Another note. I ran into problems when trying to create the build in > a directory that had spaces. (e.g. C:\Documents and Settings\). > Try running everything in a top level dir. That's not it -- I avoid spaces like the plague. I am n

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread John Hunter
On Thu, May 28, 2009 at 8:56 AM, Charlie Moad wrote: > It's strange that I didn't run into spacing issues. > > sdist --formats=gztar Did you maybe add the comments after you had built the dependencies, so that branch wasn't executed when you compiled? Thanks for the sdist flag -- I'll update the

Re: [matplotlib-devel] MinGW/Win32 Release Build Scripts

2009-05-28 Thread Charlie Moad
Another note. I ran into problems when trying to create the build in a directory that had spaces. (e.g. C:\Documents and Settings\). Try running everything in a top level dir. - Charlie On Thu, May 28, 2009 at 9:56 AM, Charlie Moad wrote: > It's strange that I didn't run into spacing issue