https://bugs.gpodder.org/show_bug.cgi?id=1478
--- Comment #6 from [email protected] 2011-11-27 21:58:54 GMT --- (In reply to comment #5) > (In reply to comment #4) > > Created attachment 670 [details] > > patch > > Thanks for the patch. Some remarks: > > * Please remove the logging stuff ok. > * Why do you "import dbus.exceptions" in dbus/__init__.py? It's what dbus-python does, which is the interface that we are trying to emulate. $ python Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import dbus >>> dbus.exceptions <module 'dbus.exceptions' from '/usr/lib/pymodules/python2.6/dbus/exceptions.pyc'> > * Write def DBusGMainLoop(set_as_default=True): like this: > def DBusGMainLoop(*args, **kwargs): pass ok -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
