Re: Linux compile Python with (Active)Tcl 8.6
Laura Creighton <[email protected]>
| Newsgroups | gmane.comp.python.tkinter |
|---|---|
| Message-ID | <[email protected]> |
In a message of Sat, 31 Oct 2015 11:52:04 +0200, Aivar Annamaa writes: >I'm trying to compile Python 3.5.0 on CentOS 6 with Tcl 8.6. I did > >./configure --with-tcltk-includes=I/opt/ActiveTcl-8.6/include >--with-tcltk-libs=L/opt/ActiveTcl-8.6/libs --prefix=/home/aivar/localpython >After installing, IDLE -> Help -> About shows me that I'm using Tk 8.5.7. > >What could have gone wrong? One possibility is that the idle you are getting isn't the one that you just made, but a different one on your system, possibly connected to 2.7 Laura