[matplotlib-devel] png error with git master, is it just me?

2013-04-04 Thread Fernando Perez
Hi folks, I'm getting the following error from a clean build of master on an ubuntu 12.10 machine: longs[junk]> python -c 'import matplotlib._png' Traceback (most recent call last): File "", line 1, in ImportError: /home/fperez/usr/opt/lib/python2.7/site-packages/matplotlib-1.3.x-py2.7-linux-

Re: [matplotlib-devel] png error with git master, is it just me?

2013-04-04 Thread Damon McDougall
On Thu, Apr 4, 2013 at 6:41 PM, Fernando Perez wrote: > Hi folks, > > I'm getting the following error from a clean build of master on an > ubuntu 12.10 machine: > > longs[junk]> python -c 'import matplotlib._png' > Traceback (most recent call last): > File "", line 1, in > ImportError: > /home

Re: [matplotlib-devel] png error with git master, is it just me?

2013-04-04 Thread Fernando Perez
Thanks, Damon, for this info. Based on this, I've tested now on another, different system with the same version of linux and can't reproduce it either. Very odd, but it looks like something is amiss on my end, so let me investigate further before anyone burns further cycles on the issue. Cheers,

Re: [matplotlib-devel] png error with git master, is it just me?

2013-04-04 Thread Damon McDougall
On Thu, Apr 4, 2013 at 10:51 PM, Fernando Perez wrote: > Thanks, Damon, for this info. > > Based on this, I've tested now on another, different system with the same > version of linux and can't reproduce it either. Very odd, but it looks > like something is amiss on my end, so let me investigate

Re: [matplotlib-devel] png error with git master, is it just me?

2013-04-04 Thread Fernando Perez
Well, I'm using the system libpng, which is what puzzles me: there should be no need for me to modify my LD_..., and I haven't done so in the past. I'll have to dig into the build tomorrow to figure out exactly what's going on there... Will report back. On Thu, Apr 4, 2013 at 9:24 PM, Damon McD