[issue38634] Symbol resolution conflict when embeding python in an application using libedit

Colin Watson report at bugs.python.org
Thu Oct 8 15:45:44 EDT 2020


Colin Watson <cjwatson at users.sourceforge.net> added the comment:

Here's a reasonably minimal reproduction recipe reduced from real code in the Launchpad test suite that doesn't require compiling a separate C extension.  It fails on Ubuntu 18.04 with the gir1.2-gtk-3.0, python3-gi, and xvfb packages installed.  (The xvfb-run part is just so that it works on a headless system; you can omit it if you have a working $DISPLAY.)

  xvfb-run python3 -c 'from gi.repository import Gtk; import readline'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38634>
_______________________________________


More information about the Python-bugs-list mailing list