Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150497 - net-voip/cohoba should depend on dbus built_with_use python
Summary: net-voip/cohoba should depend on dbus built_with_use python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-08 11:48 UTC by Daniel Drake (RETIRED)
Modified: 2006-10-08 12:17 UTC (History)
0 users

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 Daniel Drake (RETIRED) gentoo-dev 2006-10-08 11:48:27 UTC
Running installed cohoba, using [@PYTHONDIR@:$PYTHONPATH]
Data Dir: /usr/share/cohoba
Runnin with options: {'mode': 0, 'component': 'applet', 'do_trace': False, 'standalone': True}
Runing applet in standalone window
Traceback (most recent call last):
  File "/usr/lib/cohoba/cohoba-applet", line 197, in ?
    standalone_window(mode)
  File "/usr/lib/cohoba/cohoba-applet", line 105, in standalone_window
    from cohoba.CohobaFactory import CohobaFactory
  File "/usr/lib/python2.4/site-packages/cohoba/CohobaFactory.py", line 1, in ?
    from cohoba.contacts.ContactListChannelHandler import ContactListChannelHandler
  File "/usr/lib/python2.4/site-packages/cohoba/contacts/ContactListChannelHandler.py", line 19, in ?
    import dbus, dbus.glib
ImportError: No module named dbus


This error goes away after rebuilding dbus with USE=python
Comment 1 Stefan Schweizer (RETIRED) gentoo-dev 2006-10-08 12:17:53 UTC
thanks, also fixed