[issue31817] Compilation Error with Python 3.6.1/3.6.3 with Tkinter

Josh Cullum report at bugs.python.org
Thu Nov 2 11:45:58 EDT 2017


Josh Cullum <joshua.cullum at gmail.com> added the comment:

LD_LIBRARY_PATH includes /tools/apps/tk/8.6.7/lib/:/tools/apps/tcl/8.6.7/lib/
and several other library paths that are required. 

Why would I be getting an undefined symbol error on this module?
_tkinter.cpython-36m-x86_64-linux-gnu.so: undefined symbol: Tcl_GetCharLength

I've even tried added g++ as an option, but Python fails to be against this: issue23644

I'm stuck now, and this is causing real problems for some pipelines that I'm trying to get running.

----------

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


More information about the Python-bugs-list mailing list