This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jpc2350
Recipients jpc2350, ned.deily
Date 2017-11-02.15:45:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509637558.66.0.213398074469.issue31817@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-11-02 15:45:58jpc2350setrecipients: + jpc2350, ned.deily
2017-11-02 15:45:58jpc2350setmessageid: <1509637558.66.0.213398074469.issue31817@psf.upfronthosting.co.za>
2017-11-02 15:45:58jpc2350linkissue31817 messages
2017-11-02 15:45:58jpc2350create