In case someone else reads these for information about a simliar problem
It turns out, that I did not need to edit the setup.py script, I could just
ignore the compile time INFO statements regarding Tk/Tcl libs and includes..
I did need to modify the Modules/Setup file however...
But the fina
I'm trying to compile python 2.4.1, on HPUX10.20, with support for tk and
tcl 8.4 (installed in /opt/tk and /opt/tcl). I assume this means I need to
compile the tkinter module too..
I was getting make errors, saying it couldn't find tcl/tk libs or headers...
so I changed the setup.py script, hard