(I haven't used compiz in a while, and thought I'd like to try it again, hopefully in KDE)
When I try to start ccsm I get this message:
Traceback (most recent call last): File "/usr/bin/ccsm", line 96, in <module>
from ccm.Constants import Version, ConfFile ImportError: cannot import name ConfFile
(note: this ccsm is from the Ubuntu repositories)
What can I do to get ccsm, (,etc...?) working again?
p.s.
I also tried some older ccsm I compiled a while back (not 100% sure if they where working before):
/opt/compiz++/bin/ccsm
Traceback (most recent call last):
File "/opt/compiz++/bin/ccsm", line 30, in <module>
import pygtk
ImportError: No module named pygtk
/opt/compiz++/bin/ccsm++
Traceback (most recent call last):
File "/opt/compiz++/bin/ccsm", line 30, in <module>
import pygtk
ImportError: No module named pygtk
/opt/compiz++0.9.4/bin/ccsm
Traceback (most recent call last):
File "./ccsm", line 118, in <module>
context = compizconfig.Context(ccm.getDefaultScreen())
AttributeError: 'module' object has no attribute 'getDefaultScreen'
/opt/compiz++0.9.4/bin/ccsm++
Traceback (most recent call last):
File "/opt/compiz++0.9.4/bin/ccsm", line 92, in <module>
import compizconfig
ImportError: libprotobuf.so.6: cannot open shared object file: No such file or directory
p.s. #2 Quote:
Oops! Your question couldn't be submitted because:
users with less than 300 reputation can't create new tags. The tag 'conffile' is new. Try using an existing tag instead.
Somebody want to add 'confFile' and 'ccsm' as tags for me? or tell me why it shouldn't be added?
(and maybe, only if it's appropriate add 'ccsm++', 'libprotobuf', and/or 'pygtk', ...?)

ccsm? Do you have the file/usr/lib/python2.7/dist-packages/ccm/Constants.py? – andrewsomething Jun 29 '12 at 19:36