LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   fetchmail6.2.5: fetchmailconf(python error) (https://www.linuxquestions.org/questions/slackware-14/fetchmail6-2-5-fetchmailconf-python-error-148115/)

B. Alec 02-19-2004 02:29 PM

fetchmail6.2.5: fetchmailconf(python error)
 
Hey all,

Trying to set up fetchmail via fetchmailconf:

Run fetchmailconf, get error:

Traceback (most recent call last):
File "/usr/bin/fetchmailconf", line 9, in ?
from Tkinter import *
File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 38, in ?
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libtk8.4.so: cannot open shared object file: No such file or directory

: Try $slocate libtk8.4.so >>(no such file or directory)
: Try $whereis ...." "
: Try $find ...." "

I assume I don't have this library file. The relevant posts I've read say to, of course, install tkinter. Most say to install the rpm, but hey, this is Slack! The Python page says tkinter comes with the Python package, which I definitely have installed, but that you might have to install Tcl and Tk. So I installed those packages from source successfully, but I still get the same fetchmailconf error.

All the googling I've done (ie Python tkinter configure, libtk8.4.so, fetchmailconf+python, etc..) hasn't helped much. Python help is aimed at programming, fetchmailconf help is aimed at doing what I think I just did and beyond.

Question:
1. Any obvious oversights?
2. Can and should I "configure Python for Tk"?
3. Should I abandon fetchmailconf and just create the /.fetchmailrc file by hand?
4. Off-topic- dependency hell doesn't seem to be just an rpm problem.

Thanks


All times are GMT -5. The time now is 10:23 AM.