Bug 241981
| Summary: | Democracy fails to start - dbus_bindings | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jason Farrell <farrellj> |
| Component: | Democracy | Assignee: | Thorsten Scherf <tscherf> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | low | ||
| Version: | 7 | CC: | blackdragonblood, daryll, edoutreleau, notting, robatino, silassewell, tengel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.9.5.1-10 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-06-02 23:07:32 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Workaround (not really): Run with superuser privileges. *** Bug 230800 has been marked as a duplicate of this bug. *** problem is sent upstream. waiting for feedback. 0.9.5.1-10 should fix this problem. any anybody verify this?! I am also having this problem, Ubuntu has a thread on it too. https://bugs.launchpad.net/ubuntu/+source/democracyplayer/+bug/81798 Thorsten, it seems to be working just great now - thanks. It did take a couple minutes to upgrade the db from the previous version before the GUI popped up, though. http://koji.fedoraproject.org/koji/buildinfo?buildID=7820 would love to test but where do i find the 0.9.5.1-10 version? just found it it works *** Bug 243558 has been marked as a duplicate of this bug. *** *** Bug 243603 has been marked as a duplicate of this bug. *** *** Bug 243550 has been marked as a duplicate of this bug. *** Still broken for me with Democracy-0.9.5.1-11.fc7 and everything else fully
updated. Please reopen.
[andre@localhost ~]$ democracyplayer
/usr/lib/python2.5/site-packages/dbus_bindings.py:1: DeprecationWarning: The
dbus_bindings module is not public API and will go away soon.
Most uses of dbus_bindings are applications catching the exception
dbus.dbus_bindings.DBusException. You should use dbus.DBusException
instead (this is compatible with all dbus-python versions since 0.40.2).
If you need additional public API, please contact the maintainers via
<dbus.org>.
from dbus.dbus_bindings import *
Traceback (most recent call last):
File "/usr/bin/democracyplayer", line 89, in <module>
onetime.OneTime()
File "/usr/lib/python2.5/site-packages/democracy/onetime.py", line 112, in
__init__
dbus.service.Object.__init__(self, bus_name,
'/org/participatoryculture/dtv/OneTime')
File "/usr/lib/python2.5/site-packages/dbus/service.py", line 424, in __init__
self._connection._register_object_path(object_path, self._message_cb,
self._unregister_cb)
AttributeError: 'BusNameFlags' object has no attribute '_register_object_path'
Exception exceptions.NameError: "global name 'dbus_bindings' is not defined" in
<bound method BusNameFlags.__del__ of <dbus.service.BusName
org.participatoryculture.dtv.onetime on <dbus.Bus on SESSION at 0xb7bd72fc> at
0xb7bdca2c>> ignored
[andre@localhost ~]$ rpm -q Democracy
Democracy-0.9.5.1-11.fc7
[andre@localhost ~]$
Ignore my previous message. My problem appears slightly different and is already assigned as bug #244889. |
Description of Problem: Democracy-0.9.5.1-8.fc7 fails to run on a fresh install of F7. Bombs out with a dbus_bindings problem: Additional Info: $ democracyplayer /usr/bin/democracyplayer:81: DeprecationWarning: The dbus_bindings module is deprecated and will go away soon. dbus-python 0.80 provides only a partial emulation of the old dbus_bindings, which was never meant to be public API. Most uses of dbus_bindings are applications catching the exception dbus.dbus_bindings.DBusException. You should use dbus.DBusException instead (this is compatible with all dbus-python versions since 0.40.2). If you need additional public API, please contact the maintainers via <dbus.org>. import dbus_bindings /usr/lib/python2.5/site-packages/dbus_bindings.py:5: DeprecationWarning: The dbus_bindings module is deprecated and will go away soon. dbus-python 0.80 provides only a partial emulation of the old dbus_bindings, which was never meant to be public API. Most uses of dbus_bindings are applications catching the exception dbus.dbus_bindings.DBusException. You should use dbus.DBusException instead (this is compatible with all dbus-python versions since 0.40.2). If you need additional public API, please contact the maintainers via <dbus.org>. from dbus.dbus_bindings import * Traceback (most recent call last): File "/usr/bin/democracyplayer", line 89, in <module> onetime.OneTime() File "/usr/lib/python2.5/site-packages/democracy/onetime.py", line 105, in __init__ bus_name = BusNameFlags('org.participatoryculture.dtv.onetime', bus=bus, flags=dbus.dbus_bindings.NAME_FLAG_DO_NOT_QUEUE) File "/usr/lib/python2.5/site-packages/democracy/onetime.py", line 53, in __new__ retval = dbus.dbus_bindings.bus_request_name(bus.get_connection(), name, flags=flags) TypeError: request_name() takes no keyword arguments