Tkinter problem

Fredrik Lundh effbot at telia.com
Sat Mar 18 04:56:33 EST 2000


Jp Calderone <exarkun at flashmail.com> wrote:
> I recently upgraded my python install (Running linux, glibc2.1)
> and now a bunch of my modules - most notably Tkinter - seem
> broken.  I *think* the problem is that I no longer seem to have
> a site-packages dir in the python lib directory (files like _tkinter.so,
> iirc are missing).  I can't seem to find a link to these or their source
> on the python page, can anyone give me a pointer?

the _tkinter sources are included in the standard Python
source distribution, available from:

http://www.python.org/download/download_source.html

see site and the README file for further build instructions.

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list