tkinter on IRIX6.5 Help needed

Martin v. Löwis martin at v.loewis.de
Thu Mar 27 19:07:15 EST 2003


"RENOUF, James" <james.renouf2 at baesystems.com> writes:

> Can anyone tell me where I can obtain the correct _tkinter.so for Python
> 1.5.2?

You need to compile it yourself. Unpack the Python 1.5.2 sources,
obtain the Tcl and Tk headers, and either build all of Python, or just
the module. If you want to build all of Python, remember to enable
_tkinter as a shared module in Modules/Setup. If you want to compile
just the module, you will have to figure out the exact compiler
invocations yourself.

Regards,
Martin





More information about the Python-list mailing list