On Wed, 10 Jul 2002, Brendan Lane Larson wrote: > I can't believe that a Python installation *needs* or is dependent on > tcltk. >
Have you heard of Tkinter? It's python's interface to tk, and it is the defacto standard for cross-platform gui programming with python. It's a very important piece of the python distribution (the python ide uses it, for one thing), so to get anything close to full functionality you need tcltk with your python. You can still install python without tcltk by using the python-nox package, however. -Jeff -- Jeffrey S. Whitaker Phone : (303)497-6313 Meteorologist FAX : (303)497-6449 NOAA/OAR/CDC R/CDC1 Email : [EMAIL PROTECTED] 325 Broadway Web : www.cdc.noaa.gov/~jsw Boulder, CO, USA 80303-3328 Office : Skaggs Research Cntr 1D-124 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
