Message304612
Hi Guys,
I'm trying to build Python 3.6.1 and 3.6.3, with both, .configure / make / make install work correctly as they should, however, trying to import _tkinter doesn't work.
Going back to the compilation, I get the following error in the make log:
*** WARNING: renaming "_tkinter" since importing it failed: build/lib.linux-x86_64-3.6/_tkinter.cpython-36m-x86_64-linux-gnu.so: undefined symbol: Tcl_GetCharLength
Following modules built successfully but were removed because they could not be imported:
_tkinter
Any Idea's on how to fix the undefined symbol error? This happens with both Tcl/Tk 8.6.6 and 8.6.7.
The following is the configure options:
--prefix=/tools/apps/python/3.6.1 --with-tcltk-includes='-I/tools/apps/Tcl/8.6.7/include -I/tools/apps/Tk/8.6.7/include' --with-tcltk-libs='-L/tools/apps/Tcl/8.6.7/lib -L/tools/apps/Tk/8.6.7/lib' --enable-optimizations --enable-shared |
|
Date |
User |
Action |
Args |
2017-10-19 10:07:55 | jpc2350 | set | recipients:
+ jpc2350 |
2017-10-19 10:07:54 | jpc2350 | set | messageid: <1508407674.96.0.213398074469.issue31817@psf.upfronthosting.co.za> |
2017-10-19 10:07:54 | jpc2350 | link | issue31817 messages |
2017-10-19 10:07:54 | jpc2350 | create | |
|