Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 221342] New: dbus python bindings broken?
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 15 Nov 2006 09:19:51 -0700 (MST)
- Message-id: <bug-221342-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=221342
Summary: dbus python bindings broken?
Product: openSUSE 10.2
Version: Beta 2 plus
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: thoenig@xxxxxxxxxx
ReportedBy: lnussel@xxxxxxxxxx
QAContact: qa@xxxxxxx
If I try to mount a device I don't have permission to mount halmount dies
instead of catching the exception. I don't have much clue about this stuff, is
halmount broken or the python bindings (it worked on 10.1)? Invoking the method
via dbus-send works fine.
> halmount /dev/hda7
Traceback (most recent call last):
File "/usr/bin/halmount", line 318, in <module>
ret = m.mount(name, dest, options.fstype, opt)
File "/usr/bin/halmount", line 180, in mount
dbus_interface="org.freedesktop.Hal.Device.Volume")
File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 25, in __call__
ret = self._proxy_method (*args, **keywords)
File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 102, in
__call__
reply_message = self._connection.send_with_reply_and_block(message,
timeout)
File "dbus_bindings.pyx", line 456, in
dbus_bindings.Connection.send_with_reply_and_block
TypeError: exceptions must be strings, classes, or instances, not type
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Summary: dbus python bindings broken?
Product: openSUSE 10.2
Version: Beta 2 plus
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
AssignedTo: thoenig@xxxxxxxxxx
ReportedBy: lnussel@xxxxxxxxxx
QAContact: qa@xxxxxxx
If I try to mount a device I don't have permission to mount halmount dies
instead of catching the exception. I don't have much clue about this stuff, is
halmount broken or the python bindings (it worked on 10.1)? Invoking the method
via dbus-send works fine.
> halmount /dev/hda7
Traceback (most recent call last):
File "/usr/bin/halmount", line 318, in <module>
ret = m.mount(name, dest, options.fstype, opt)
File "/usr/bin/halmount", line 180, in mount
dbus_interface="org.freedesktop.Hal.Device.Volume")
File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 25, in __call__
ret = self._proxy_method (*args, **keywords)
File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 102, in
__call__
reply_message = self._connection.send_with_reply_and_block(message,
timeout)
File "dbus_bindings.pyx", line 456, in
dbus_bindings.Connection.send_with_reply_and_block
TypeError: exceptions must be strings, classes, or instances, not type
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |