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 Joe.Borg
Recipients Joe.Borg
Date 2014-06-30.15:11:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404141074.45.0.334350496286.issue21887@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to configure 3.4.1 on Cent OS 6.4.  I have built Tcl and Tk, using the prefix /scratch/root.  I can confirm the builds with:

$ find /scratch/root/ -name "tcl.h"
/scratch/root/include/tcl.h

$ find /scratch/root/ -name "tk.h"
/scratch/root/include/tk.h

But, when configuring Python, they aren't picked up:

$ ./configure --prefix=/scratch/root --with-tcltk-includes=/scratch/root/include --with-tcltk-libs=/scratch/root/lib | grep tcl
checking for --with-tcltk-includes... /scratch/root/include
checking for --with-tcltk-libs... /scratch/root/lib
checking for UCS-4 tcl... no

I've tried to make install with this, but then get the usual exception from _tkinter.
History
Date User Action Args
2014-06-30 15:11:14Joe.Borgsetrecipients: + Joe.Borg
2014-06-30 15:11:14Joe.Borgsetmessageid: <1404141074.45.0.334350496286.issue21887@psf.upfronthosting.co.za>
2014-06-30 15:11:14Joe.Borglinkissue21887 messages
2014-06-30 15:11:14Joe.Borgcreate