Skip to content

Instantly share code, notes, and snippets.

@lookis
Last active March 1, 2020 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lookis/12ae1b64cb587042da8c375c49590df3 to your computer and use it in GitHub Desktop.
Save lookis/12ae1b64cb587042da8c375c49590df3 to your computer and use it in GitHub Desktop.
fix tk 8.6 in pypy3
/usr/local/Cellar/pypy3/7.3.0/libexec/lib_pypy/_tkinter
mv tklib_cffi.pypy36-pp73-darwin.so tklib_cffi.pypy36-pp73-darwin.so.bak
cp ~/Downloads/pypy3.6-v7.3.0-osx64/lib_pypy/_tkinter/tklib_cffi.pypy36-pp73-darwin.so .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment