Hi Torvald,
On Thu, 2006-11-23 at 10:32 +0100, Torvald Bringsvor wrote:
> Python 2.5 (r25:51908, Oct 23 2006, 17:59:17)
> [GCC 4.1.2 20061018 (prerelease) (SUSE Linux)] on
> linux2
> Type "help", "copyright", "credits" or "license" for
> more information.
> >>> import dbus
> >>> d = dbus.SessionBus()
> Traceback (most recent call last):
> File "<stdin>", line 1, in <module>
> File
> "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line
> 266, in __new__
> return Bus.__new__(cls, Bus.TYPE_SESSION,
> use_default_mainloop, private)
> File
> "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line
> 99, in __new__
> bus._connection = dbus_bindings.bus_get(bus_type,
> private)
> File "dbus_bindings.pyx", line 1693, in
> dbus_bindings.bus_get
> TypeError: exceptions must be strings, classes, or
> instances, not type
Pyrex had some hiccup as we moved to Python 2.5 for OS10.2. The above
issue is already fixed [1]. OS10.2 RC1 comes with the fixed packages.
Thanks,
Timo
[1] Pyrex: not compatible with Python 2.5
https://bugzilla.novell.com/show_bug.cgi?id=221342
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]