Tkinter problem

Fredrik Lundh fredrik at pythonware.com
Mon Oct 31 09:36:29 EST 2005


"dale cooper" wrote:

> I've recently installed python2.4.2 on Fedora 4 (from downloaded
> sources), but it appeared, that I can't use Tkinter module:
>
>>>> import Tkinter
> Traceback (most recent call last):
>  File "<stdin>", line 1, in ?
>  File "/usr/local/lib/python2.4/lib-tk/Tkinter.py", line 38, in ?
>    import _tkinter # If this fails your Python may not be configured
> for Tk
> ImportError: libBLT24.so: cannot open shared object file: No such file
> or directory

this seems to indicate that the build process picked up the Tk BLT extension [1],
but that you haven't installed that extension properly.

</F>

1) http://sourceforge.net/projects/blt/






More information about the Python-list mailing list