Technical discussions | Discussions techniques
Subscription date : 28 October 2009
Messages : 415
|
Hi,
I followed the wiki's Python example for getting the Dbus interface:
from CairoDock import CairoDock
d=CairoDock().iface
d.xxx(arg1, arg2, ...)
But what i get is an ImportError: No module named CairoDock
Where do I get the module from (shouldn't I have it already?) |
matttbe, Wednesday 24 August 2011 à 15:17
|
|
Subscription date : 24 January 2009
Messages : 12573
|
It should be CDApplet, no? |
Subscription date : 28 October 2009
Messages : 415
|
Nevermind: i found what i needed without using Dbus  |
fabounet, Thursday 25 August 2011 à 17:19
|
|
Subscription date : 30 November 2007
Messages : 17118
|
check that you have a CairoDock.py in your python path (somewhere in /usr/lib/python IIRC) |
Technical discussions | Discussions techniques
|