On Jul 20, 2013, at 3:04PM, Tommy Grav wrote:
> On Jul 20, 2013, at 11:19 AM, Michiel de Hoon wrote:
>
> Ok, so with a long list of print statements I have tracked it down to
> the statement
>
> import matplotlib._png as _png
>
> in image.py.
Tommy,
Instead of a lot of print statements, y
On Jul 20, 2013, at 6:04 PM, Tommy Grav wrote:
> On Jul 20, 2013, at 11:19 AM, Michiel de Hoon wrote:
>
>> Hi Tommy,
>>
>> Look inside the pyplot.py module. I don't have the code in front of me now,
>> but I guess it's a module that loads a bunch of other modules, and one of
>> those wants
On Jul 20, 2013, at 11:19 AM, Michiel de Hoon wrote:
> Hi Tommy,
>
> Look inside the pyplot.py module. I don't have the code in front of me now,
> but I guess it's a module that loads a bunch of other modules, and one of
> those wants to use X11. This should not depend on whether the developer