[PyKDE] Re: dcop problem querying wallpaper

2005-05-05 Thread Arash Abedinzadeh
pext.DCOPApp ("kwin", dcop) + kdesktop = dcopext.DCOPApp ("kdesktop", dcop) should do what you expect it to do. I'm not very familiar with Python and its KDE bindings, but I suggest that "KBackgroundIface" isn't a valid DCOP object name for the kwin application a

Re: [PyKDE] PyKDE and KDE 3.4.0

2005-03-07 Thread Arash Abedinzadeh
On Thursday 03 March 2005 21:37, Arash Abedinzadeh wrote: > Great, it seems to work, thanks. I just compiled the kdesu module and > imported it without any problems. I'll compile the whole package right now > to be sure that everything is fine. $ py importTest.py Testing PyKDE

Re: [PyKDE] PyKDE and KDE 3.4.0

2005-03-07 Thread Arash Abedinzadeh
n berkdb bitmap-fonts cdparanoia cdr crypt curl directfb divx4linux emboss encode esd f77 fam fbcon flac font-server foomaticdb fortran gdbm ggi gif gnome gphoto2 gpm gtk gtk2 guile imagemagick imlib java jpeg junit kde libg++ libwww live mad mikmod mmx motif mozilla mpeg nas ncurses nls

Re: [PyKDE] PyKDE and KDE 3.4.0

2005-03-07 Thread Arash Abedinzadeh
Great, it seems to work, thanks. I just compiled the kdesu module and imported it without any problems. I'll compile the whole package right now to be sure that everything is fine. On Thursday 03 March 2005 20:47, Simon Edwards wrote: > On Thursday 03 March 2005 18:06, Arash Abedinzad