18 Jun 2012 08:46
is it possible to use a local tcl/tk with a local python?
Mark Summerfield <list <at> qtrac.plus.com>
2012-06-18 06:46:33 GMT
2012-06-18 06:46:33 GMT
Hi, Right now I have several local pythons so that I can test against multiple versions, e.g., ~/opt/python31 ~/opt/python32 ~/opt/python33 But all of these use the system-wide Tcl/Tck (8.5.11) in /usr/lib. What I'd really like to do is have: ~/opt/python31tk85 ~/opt/python32tk85 ~/opt/python33tk85 ~/opt/python31tk86 ~/opt/python32tk86 ~/opt/python33tk86 where these are built with one of these: ~/opt/tcltk85 ~/opt/tcltk86 But I can't figure out how to tell Python's configure to use a local Tcl/Tk. Can anyone advise me?(Continue reading)
RSS Feed