FS#9727 - Missing dependency in extra/python

Attached to Project: Arch Linux
Opened by Davide Girardi (GiRa) - Saturday, 01 March 2008, 10:07 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 02 March 2008, 20:00 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture i686
Severity Low
Priority Normal
Reported Version 2007.08-2
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

It's my firs bugreport, please be patient.

Description:
Launching idle without extra/tk installed returns an error:
$ idle
Traceback (most recent call last):
File "/usr/bin/idle", line 3, in <module>
from idlelib.PyShell import main
File "/usr/lib/python2.5/idlelib/PyShell.py", line 14, in <module>
import macosxSupport
File "/usr/lib/python2.5/idlelib/macosxSupport.py", line 6, in <module>
import Tkinter
File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 38, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: libtk8.5.so: cannot open shared object file: No such file or directory

Installing extra/tk solves.


Additional info:
$ pacman -Qi python
Nome : python
Versione : 2.5.2-2


Steps to reproduce:
Launch /usr/bin/idle.
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Sunday, 02 March 2008, 20:00 GMT
Reason for closing:  Deferred
Additional comments about closing:  maybe we will add optdepends later.
Comment by Roman Kyrylych (Romashka) - Sunday, 02 March 2008, 15:45 GMT
tk is an optional dependency for python package,
so nothing more than adding optdepends=('tk: needed for some tools') should be done

Loading...