Bug 3561

Summary: fetchmailconf-6.2.5-alt1 requires tkinter23 instead of tkinter22
Product: Sisyphus Reporter: yozhik <yozhik1966>
Component: fetchmailconfAssignee: Mikhail Zabaluev <mhz>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: major    
Priority: P2 CC: azol, legion, mike
Version: unstable   
Hardware: all   
OS: Linux   

Description yozhik 2004-01-28 23:22:40 MSK
After the upgrade to fetchmailconf-6.2.5-alt1 this program doesn't start, 
complaining of absent tkinter module. As a matter of fact, it is installed 
(tkinter22-2.2.3-alt3). This package is specified as required for 
fetchmailconf, but the solution of problem is achieved only after the 
installation of tkinter23.
Comment 1 Mikhail Zabaluev 2004-01-29 08:37:52 MSK
As a matter of fact, fetchmailconf requires tkinter, that is provided by both
tkinter22 and tkinter23. It's likely that the reporter had python23 installed
and selected as the default Python interpreter. As things are set up now, Python
2.3 knows nothing about Python 2.2 modules, including Tkinter.
If this is the case, I resolve this bug as Invalid. It's not a responsibility of
the client package's maintainer to ensure that python and tkinter are set up
consistently. Moreover, there are no means for that in rpm, as far as I'm concerned.
Comment 2 Mikhail Zabaluev 2004-02-21 21:55:50 MSK
Resolving to Invalid as promised earlier.