[issue25247] Tkinter modules built successfully but removed because they could not be imported

2015-09-27 Thread Abrantes Araujo Silva Filho
New submission from Abrantes Araujo Silva Filho: I'm trying to compile Python 3.5 on a CentOS 7.1, with TCL 8.6.4, but make always give me the following message: *** WARNING: renaming "_tkinter" since importing it failed: build/lib.linux-x86_64-3.5/_tkinter.cpython-35m-x86_

[issue25247] Tkinter modules built successfully but removed because they could not be imported

2015-09-27 Thread Abrantes Araujo Silva Filho
Abrantes Araujo Silva Filho added the comment: No, I do not have any other Tcl version on my system, and my LD_LIBRARY_PATH alredy points to Tcl directory. The problem with tkinter persist even if I explicity export LD_LIBRARY_PATH before the compilation. Any other ideas? Thanks

[issue25247] Tkinter modules built successfully but removed because they could not be imported

2015-09-28 Thread Abrantes Araujo Silva Filho
Abrantes Araujo Silva Filho added the comment: I tried with LD_RUN_PATH, but the same compile error still there. -- ___ Python tracker <http://bugs.python.org/issue25