_tkinter installation problem with Python 2.3b1

Martin v. Löwis martin at v.loewis.de
Tue May 6 01:35:56 EDT 2003


Chad Netzer <cnetzer at mail.arc.nasa.gov> writes:

> Ah, I see.  You are saying that gcc probably built the module, but the
> system couldn't load it because ld did not have /usr/local/lib in its
> search path?

Correct.

> If that is the case, then adding /usr/local/lib to /etc/ld.so.conf
> should fix it.

Perhaps. Some systems won't support /etc/ld.so.conf, and some systems
would require running ldconfig before they recognize new files in one
of the search directories.

Regards,
Martin





More information about the Python-list mailing list