Hi all,
   Is TkInter pypy still a thing ?   I was trying some demos from aubio from pypy but they didn't work [1].
My first thought was to try and install tkinter-pypy but that doens't seem to exist any more.

I'm testing with pypy-nightly trunk on Ubuntu 17.04 64 bit.



[1]
$ î‚°python demo_keyboard.py
Traceback (most recent call last):
  File "demo_keyboard.py", line 60, in <module>
    import matplotlib.pyplot as plt
  File "/home/stu/.virtualenvs/pypy-nightly-trunk/site-packages/matplotlib/pyplot.py", line 115, in <module>
    _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
  File "/home/stu/.virtualenvs/pypy-nightly-trunk/site-packages/matplotlib/backends/__init__.py", line 32, in pylab_setup
    globals(),locals(),[backend_name],0)
  File "/home/stu/.virtualenvs/pypy-nightly-trunk/site-packages/matplotlib/backends/backend_tkagg.py", line 13, in <module>
    import matplotlib.backends.tkagg as tkagg
  File "/home/stu/.virtualenvs/pypy-nightly-trunk/site-packages/matplotlib/backends/tkagg.py", line 9, in <module>
    from matplotlib.backends import _tkagg
RuntimeError: Cannot dlopen tkinter module file


S++