[pypy-dev] Tkinter ?

Nathaniel Smith njs at pobox.com
Sat Sep 16 12:34:59 EDT 2017


On Sep 16, 2017 4:06 AM, "matti picus" <matti.picus at gmail.com> wrote:


On Fri, 15 Sep 2017 at 7:51 pm, Armin Rigo <armin.rigo at gmail.com> wrote:

> Hi Stuart,
>
> On 13 September 2017 at 13:53, Stuart Axon via pypy-dev
> <pypy-dev at python.org> wrote:
> >    Is TkInter pypy still a thing ?
>
> Yes, ``import Tkinter`` works as expected for me.  Maybe it doesn't
> work *in matplotlib,* which I'm not sure how to test.  Others may know
> more about this.
>
>
> A bientôt,
>
> Armin.


None of the GUI backends currently work out of the box with PyPy, see for
intance this stack overflow question https://stackoverflow.com/questions/
43278632/pypy-and-matplotlib-error-in-virtual-enviroment

Someone did make progress with matplotlib and wx-cffi https://pythonfiles.
wordpress.com/2017/06/28/making-matplotlib-work-with-pypy


Might also be worth checking out

https://github.com/anntzer/mpl_cairo

which is pybind11-based.

-n
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20170916/f23037ba/attachment.html>


More information about the pypy-dev mailing list