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-
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
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,
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
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