-current Nov. 27 update, python related error.
by Daedra from LinuxQuestions.org on (#5AZWY)
I have a custom buildscript that compiles all the compiz packages and installs them for me. I installed the Nov 27 -current into a VM to test something. I used my script to install the compiz packages and after I was done I tried to launch the compiz settings manager and got this error.
Code:Traceback (most recent call last):
File "/usr/bin/ccsm", line 22, in <module>
import gi
ImportError: No module named giIf I am not mistaken gi should be provided with PyGObject? Any help here is appreciated. I am running a current setup on my host system that is only maybe a week behind current and ccsm works fine.


Code:Traceback (most recent call last):
File "/usr/bin/ccsm", line 22, in <module>
import gi
ImportError: No module named giIf I am not mistaken gi should be provided with PyGObject? Any help here is appreciated. I am running a current setup on my host system that is only maybe a week behind current and ccsm works fine.