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
>> been meaning to try something similar for mingw.  Is anyone opposed to
>> creating the official releases with mingw?
>
> As long as it works, I would greatly prefer it.  A build script would be
>  great.
>
> Eric
>

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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 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
>>> been meaning to try something similar for mingw.  Is anyone opposed to
>>> creating the official releases with mingw?
>>
>> As long as it works, I would greatly prefer it.  A build script would be
>>  great.
>>
>> Eric
>>
>

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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 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 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
 been meaning to try something similar for mingw.  Is anyone opposed to
 creating the official releases with mingw?
 
>>> As long as it works, I would greatly prefer it.  A build script would be
>>>  great.
>>>
>>> Eric
>>>
>>>   
>
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> ___
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>   

-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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
--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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 last):
  File "", line 1, in 
  File 
"c:\python26\lib\site-packages\matplotlib-0.98.5.3_r7035-py2.6-win32.egg\matplotlib\pyplot.py
", line 6, in 
from matplotlib.figure import Figure, figaspect
  File 
"c:\python26\lib\site-packages\matplotlib-0.98.5.3_r7035-py2.6-win32.egg\matplotlib\figure.py
", line 17, in 
import artist
  File 
"c:\python26\lib\site-packages\matplotlib-0.98.5.3_r7035-py2.6-win32.egg\matplotlib\artist.py
", line 5, in 
from transforms import Bbox, IdentityTransform, TransformedBbox,
TransformedPath
  File 
"c:\python26\lib\site-packages\matplotlib-0.98.5.3_r7035-py2.6-win32.egg\matplotlib\transform
s.py", line 34, in 
from matplotlib._path import affine_transform
ImportError: DLL load failed: The specified procedure could not be found.

- Charlie

On Fri, Apr 10, 2009 at 4:06 PM,   wrote:
> 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

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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... still no resolution though. See the thread started by Lorenzo
Di Gregorio "matplotlib._path failed on windows build for Python 2.6".

-Andrew

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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  wrote:
> 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... still no resolution though. See the thread started by Lorenzo
> Di Gregorio "matplotlib._path failed on windows build for Python 2.6".
>
> -Andrew
>

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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

On Fri, Apr 10, 2009 at 10:15 PM, Charlie Moad  wrote:
> 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  wrote:
>> 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... still no resolution though. See the thread started by Lorenzo
>> Di Gregorio "matplotlib._path failed on windows build for Python 2.6".
>>
>> -Andrew
>>
>

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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.  If these builds test out well I'll proceed with the whole
slew of files for the release later this weekend.

- Charlie

On Fri, Apr 10, 2009 at 10:20 PM, Charlie Moad  wrote:
> 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
>
> On Fri, Apr 10, 2009 at 10:15 PM, Charlie Moad  wrote:
>> 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  wrote:
>>> 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... still no resolution though. See the thread started by Lorenzo
>>> Di Gregorio "matplotlib._path failed on windows build for Python 2.6".
>>>
>>> -Andrew
>>>
>>
>

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel