Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87987 - pyosd requires dev-python/twisted for included daemon to run
Summary: pyosd requires dev-python/twisted for included daemon to run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-04 19:18 UTC by Bruce Bertrand
Modified: 2005-12-18 16:47 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bruce Bertrand 2005-04-04 19:18:48 UTC
The daemon that's included with pyosd relies on the "twisted" framework, and will fail to run without it.



Reproducible: Always
Steps to Reproduce:
1.emerge pyosd (without having emerged "twisted")
2.in a terminal, run: python /usr/lib/python2.x/site-packages/pyosd/daemon.py


Actual Results:  
Error messages stating that python could not load module named
twisted.protocols.basic

Expected Results:  
It should run without error.

The default location of the daemon is
/usr/lib/python2.x/site-packages/pyosd/daemon.py


Also, the "volume" module that comes with pyosd requires media-sound/aumix

Does this require another bug report?
Comment 1 Thomas Raschbacher gentoo-dev 2005-04-08 07:32:04 UTC
will do taht soon.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-10-25 15:54:00 UTC
Re-assign to python herd.
Comment 3 Lukasz Strzygowski (RETIRED) gentoo-dev 2005-12-18 16:47:51 UTC
Fixed in 0.2.14. Since these deps are optional, I've added only a post-install message. Sorry for the delay.