When I install TCL/TK and recompile Python 2.4 I get an error of
Quote:
*** WARNING: renaming "_tkinter" since importing it failed: libtk8.5.so: cannot open shared object file: No such file or directory
|
I've installed TCL/TK in the default location (/usr/local/lib/) and Python 2.4 in the default location (/usr/local/lib/) (I installed Python 2.4 before installing TCL/TK)
The file libtk8.5 is located in /usr/local/lib/ and should easily be found and opened...but for some reason I always get the cannot open shared object file: No such file or directory error.
Anyone have any ideas on what's wrong, and how I can fix it?