On 01/14/2012 09:02 AM, Benjamin Root wrote:
> Tried using plt.imread() today on a PNG file, and I am getting this
> PyCXX error:
>
> Traceback (most recent call last):
>File "", line 1, in
>File "/home/ben/Programs/matplotlib/lib/matplotlib/pyplot.py", line
> 1746, in imread
> return
Tried using plt.imread() today on a PNG file, and I am getting this PyCXX
error:
Traceback (most recent call last):
File "", line 1, in
File "/home/ben/Programs/matplotlib/lib/matplotlib/pyplot.py", line 1746,
in imread
return _imread(*args, **kwargs)
File "/home/ben/Programs/matplotlib