That is quite a process, but it's good to know that I'm not just being obtuse.
That said, I'll now be obtuse: I found the path to the headers as you suggested... /Library/Frameworks/Tcl.framework/Headers or /Library/Frameworks/Tcl.framework/Versions/8.5/Headers/ But I don't understand what I need to modify in setup.py - the include_dirs and library_dirs look like python include directories to me, not the tcl/tk path. Am I supposed to add a new line specifying where to search for the headers? Apologies for the dumb question - I am not very familiar with the internal workings of setup.py 's. I think I can manage the tkynter->tkinter change, though to be clear: I should also rename Tkynter.py to Tkinter.py and _tkynter.c to _tkinter.c? And, finally, I should copy the python2.5/lib-tk/*py files to the Tkynter-1.0 directory before running "python setup.py install" (or probably "sage setup.py install"?) Thanks! Adam --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
