Help - Problems with Tk in Python
Georg Bisseling
Georg.Bisseling at pallas.com
Fri Oct 19 09:13:00 EDT 2001
Denis wrote:
>
> Problems with Tkinter and _tkinter:
>
> I have installed Python 2.1.1 and Tcl/tk 8.3 into my directory (sun
8.3?
> solaris).
> File "<stdin>", line 1, in?
> ImportError: id.so.1: /(directory)/Python-2.1.1/python: fatal:
> libtk8.2.so:
> open failed: No such file or directory
But python want's to load 8.2!
May it is as easy as making root
say ln -s libtk8.3.so libtk8.2.so
Or you have to recompile python and link it
against the version 8.3.
ciao
Georg
More information about the Python-list
mailing list