Hi Oscar,

On Wed, Dec 16, 2015 at 2:05 PM, Oscar Benjamin
<oscar.j.benja...@gmail.com> wrote:
> libtcl8.5.so: cannot open shared object file: No such file or
> directory
>
> Is that an obscure crash?

Sadly not.  It just means it was compiled for libtcl8.5.so, and your
machine has a different version installed.  You can recompile it
simply by running:

    cd  /users/enojb/src/pypy-4.0.1-linux64/lib_pypy/_tkinter/
    ../../bin/pypy  tklib_build.py


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to