Ned Deily added the comment: The point is that you may be inadvertently mixing a shared library (libpyuno.so) linked to a Python 3.3 interpreter with a base Python 3.4 interpreter. Unless python3-uno is very careful to use the stable ABI there is no guarantee of binary level compatibility between Python versions (3.3 vs 3.4):
http://docs.python.org/dev/c-api/stable.html ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20756> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com