On Fri, 15 Sep 2017 at 7:51 pm, Armin Rigo <armin.r...@gmail.com> wrote:
> Hi Stuart, > > On 13 September 2017 at 13:53, Stuart Axon via pypy-dev > <pypy-dev@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 The none-gui backends should work, ie ipython inline or Jupyter notebooks. Matti
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev