Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
0.98.6 only? On Wed, Apr 8, 2009 at 2:59 PM, Eric Firing wrote: > Charlie Moad wrote: >> >> I might be able to squeeze some time in this weekend.  I am not >> thrilled about the new visual studio requirements, nor do I have >> access to it.  I know John started a build script for OSX and I have >

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
Sorry, I guess 0.98.5.3 looking at the branch. No need for a 0.91 update though? On Fri, Apr 10, 2009 at 3:06 PM, Charlie Moad wrote: > 0.98.6 only? > > On Wed, Apr 8, 2009 at 2:59 PM, Eric Firing wrote: >> Charlie Moad wrote: >>> >>> I might be able to squeeze some time in this weekend.  I am

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Michael Droettboom
IMHO 0.91 is probably retired at this point. There are some bugfixes on that branch since the last release, but there's been no activity since 10-05-2008. Mike Charlie Moad wrote: > Sorry, I guess 0.98.5.3 looking at the branch. No need for a 0.91 > update though? > > On Fri, Apr 10, 2009 at

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread jdh2358
On Apr 10, 2009 2:06pm, Charlie Moad wrote: 0.98.6 only? I think so. We can keep 0.91 around in case anyone needs it and a critical bug fix comes in, but I think we should get the final bugfix on 0.98 out with this release and then focus on the trunk for the next release. Thanks, JDH --

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
Python2.6 went fairly clean. I had to modify setupext.py a little to account for tcltk8.5 and add the tcltk8.5 headers to the win32_static distribution. I am running into an error when importing matplotlib though. I'll poke around but would appreciate extra eyes. Traceback (most recent call las

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Andrew Straw
Charlie Moad wrote: > I am running into an error when importing matplotlib though. I'll > poke around but would appreciate extra eyes. > > ImportError: DLL load failed: The specified procedure could not be found. Hi Charlie, we've been batting this one around on MPL-users for a little while... s

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
I found that thread not too long ago and dug up the tool John mentioned. http://www.dependencywalker.com/ Looks like our friend "msvcrXX" (msvcr90 for py2.6) is back. I am removing the link from distutils right now and giving it a try. - Charlie On Fri, Apr 10, 2009 at 10:08 PM, Andrew Straw

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
Yeah, that worked. Removed the link from distutils/cygwinccompiler.py. I didn't get the error from python 2.4 or 2.5, but that's probably because I have had them installed for a while and these dll's have been installed from other modules. I'll try to get some binaries posted soon. - Charlie O

Re: [matplotlib-devel] release strategy, and the role of v0_98_5_maint

2009-04-10 Thread Charlie Moad
http://drop.io/tvuqe3o Please test these windows builds. I committed a change to set tcltk8.5 flags for python 2.6 and I also uploaded a modified win32_static.zip file. Could someone please replace the previous one with the newer version? It includes the tcltk8.5 headers needed for the build.