Re: [matplotlib-devel] Bugs in rev 4336 mpl svn

2007-11-17 Thread Rob Hetland
On Nov 16, 2007, at 5:14 PM, Rob Hetland wrote: Darren Dale fixed the first of my three bugs, despite some misinformation from me... Thanks, Darren. > Second, I get this error: > > 2007-11-16 16:53:25.881 Python[6935] *** _NSAutoreleaseNoPool(): > Object 0x18081c10 of class NSCarbonWindowCon

Re: [matplotlib-devel] Bugs in rev 4336 mpl svn

2007-11-16 Thread Darren Dale
On Friday 16 November 2007 04:23:41 pm Rob Hetland wrote: > __version__ = '3.0.0b1' > > > So, no version, rather __version__. This is fixed in svn. < traits-2: no version report (that I can find) traits-2: version.version traits-3: version.__version__ traits-4: stay tuned :) Darren

Re: [matplotlib-devel] Bugs in rev 4336 mpl svn

2007-11-16 Thread Rob Hetland
On Nov 16, 2007, at 6:10 PM, Darren Dale wrote: > Hi Rob, > > On Friday 16 November 2007 11:14:50 am Rob Hetland wrote: >> Some recent changes (in the last few days) have caused my build to >> break. Three things: >> >> First of all, the line in setupext.py: if version.version.endswith >> ('m

Re: [matplotlib-devel] Bugs in rev 4336 mpl svn

2007-11-16 Thread Darren Dale
On Friday 16 November 2007 01:46:25 pm Rob Hetland wrote: > On Nov 16, 2007, at 6:10 PM, Darren Dale wrote: > > Hi Rob, > > > > On Friday 16 November 2007 11:14:50 am Rob Hetland wrote: > >> Some recent changes (in the last few days) have caused my build to > >> break. Three things: > >> > >> Firs

Re: [matplotlib-devel] Bugs in rev 4336 mpl svn

2007-11-16 Thread Darren Dale
Hi Rob, On Friday 16 November 2007 11:14:50 am Rob Hetland wrote: > Some recent changes (in the last few days) have caused my build to > break. Three things: > > First of all, the line in setupext.py: if version.version.endswith > ('mpl'): > fails. I can comment this block out, and set the retu

[matplotlib-devel] Bugs in rev 4336 mpl svn

2007-11-16 Thread Rob Hetland
Some recent changes (in the last few days) have caused my build to break. Three things: First of all, the line in setupext.py: if version.version.endswith ('mpl'): fails. I can comment this block out, and set the return of check_provide_traits(): to True, and things seem to work well. Se