On Sat, Jan 28, 2006 at 11:59:47AM +0000, Thomas Leonard wrote:
> Package: python2.3-dbus
> Followup-For: Bug #346491
> 
> 
> Is the problem just the function decorators? It's quite simple to
> replace:
> 
> @decor
> def foo(...):
>       ...
> 
> with:
> 
> def foo(...):
>       ...
> foo = decor(foo)
> 
> 
> Not having D-BUS working with the default Python causes lots of
> problems with non-Debian packages. The following broke after I upgraded
> today:
> 
> - ROX-Session (can't even log in!)
> - Keyboard (http://roxos.sunsite.dk/dev-contrib/guido/Configure/)
> - Mouse
> - LookAndFeel (http://rox.sourceforge.net/desktop/LookAndFeel)

Don't remember the exact issue anymore. Anyway making both a python2.4 and
python2.3 bindings available is far from trivial. 

As most of gnome has already switched to the python 2.4 by now and debian
should switch some time soon, the current situation seems the best tradeof.

Ofcourse if you could provide a patch to build both python2.3 and python2.4
bindings i've got no problems with changing the package for it. 

  Sjoerd
-- 
Ma Bell is a mean mother!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to