LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Fetchmail... (https://www.linuxquestions.org/questions/linux-software-2/fetchmail-152119/)

Linux~Powered 03-01-2004 03:45 AM

Fetchmail...
 
I am trying to run Fetchmail-6.2.5 with fetchmailconf and get this error...

Traceback (most recent call last):
File "/usr/local/bin/fetchmailconf", line 9, in ?
from Tkinter import *
File "/usr/local/lib/python2.3/lib-tk/Tkinter.py", line 38, in ?
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter


what do i need to do here?

acid_kewpie 03-01-2004 04:22 AM

install tkinter

Linux~Powered 03-01-2004 04:52 AM

I installed tk8.2.3 and tcl8.4.5 and recompiled Python-2.3.3 and tried it again and still get this error...

Traceback (most recent call last):
File "/usr/local/bin/fetchmailconf", line 9, in ?
from Tkinter import *
File "/usr/local/lib/python2.3/lib-tk/Tkinter.py", line 38, in ?
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter

This is what i did when i installed tcl/tk. cd tk--> cd unix--> ./configure--> make--> su--> make install and the same with tcl

Linux~Powered 03-02-2004 03:41 AM

bump:jawa:


All times are GMT -5. The time now is 11:47 PM.