[Matplotlib-devel] getting pypy to play nice with matplotlib

Matthew Brett matthew.brett at gmail.com
Fri Sep 2 13:18:41 EDT 2016


On Fri, Sep 2, 2016 at 10:05 AM, Thomas Caswell <tcaswell at gmail.com> wrote:
> On my phone so excuse the terse answer.
>
> Use the numpy calls if likely OK
>
> Work of of master or v2.x
>
> Look at our travis.yml file for how to run the tests.
>
> Python tests.py

The newer tcl / tk linking finds the relevant functions from libraries
loaded by Python, at run time, rather than at compile time.  This is
already working for pypy over at Pillow :

https://github.com/python-pillow/Pillow/pull/1932

Cheers,

Matthew


More information about the Matplotlib-devel mailing list