Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169536 - media-video/tovid-0.30 - todiscgui needs python with USE=tk
Summary: media-video/tovid-0.30 - todiscgui needs python with USE=tk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
: 171653 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-03-05 22:47 UTC by Daniel Pielmeier
Modified: 2007-03-30 03:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
tovid-0.30-r1.ebuild (tovid-0.30-r1.ebuild,2.45 KB, text/plain)
2007-03-08 10:11 UTC, Gen2
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Pielmeier gentoo-dev 2007-03-05 22:47:44 UTC
When trying to run todiscgui after a successful install of tovid. You get this message.

~ $ todiscgui
Traceback (most recent call last):
  File "/usr/bin/todiscgui", line 15, in ?
    from libtovid.gui.meta import *
  File "/usr/lib/python2.4/site-packages/libtovid/gui/meta.py", line 22, in ?
    from Tkinter import *
ImportError: No module named Tkinter

It is because python is installed without tk use flag by default. Reemerging python with tk use flag solves this problem, as it is built with tkinter now.
Comment 1 Gen2 2007-03-08 10:11:53 UTC
Created attachment 112552 [details]
tovid-0.30-r1.ebuild

Added tk-useflag to the ebuild. when you try to emerge tovid with this use-flag enabled and you didn't emerge python with tk-useflag enabled emerge dies.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-03-21 09:48:52 UTC
*** Bug 171653 has been marked as a duplicate of this bug. ***
Comment 3 Steve Dibb (RETIRED) gentoo-dev 2007-03-30 03:46:27 UTC
fixed in cvs, thanks