Posts: 4
	Threads: 1
	Joined: Feb 2016
	
Reputation: 
0
	 
	
		
		
		02-20-2016, 01:40 PM 
(This post was last modified: 02-20-2016, 05:24 PM by mzito59.)
		
	 
	
		The Lite Control Center will no longer start on my machine.  
This is a new issue and the control center has worked for me in the past.  
I tried reinstalling through synaptic with no success.  
When run in terminal I get the following message:
Traceback (most recent call last):
  File "/usr/share/litecc/litecenter.py", line 11, in <module>
    from gi.repository import Gtk as gtk
ImportError: No module named 'gi'
Did I accidentally remove a gtk lib? Which one?  How to restore it?
Any suggestions?
Thanks!
Michael
Lenovo x140e
8gb Ram
LL 2.8
	
	
	
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Feb 2016
	
Reputation: 
0
	 
	
	
		Shaggy
Thanks for the tip.  Didn't work though.  Terminal output shown below:
mjz@mjz-ThinkPad-X140e:~$ sudo apt-get install  gir1.2-webkit-3.0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gir1.2-webkit-3.0 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
mjz@mjz-ThinkPad-X140e:~$ sudo apt-get install python3-gi
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python3-gi is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
Mike
	
	
	
	
	
 
 
	
	
	
		
	Posts: 9,006
	Threads: 567
	Joined: Feb 2014
	
Reputation: 
12
	 
	
	
		What software have you removed since you first installed?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 222
	Threads: 8
	Joined: Feb 2014
	
Reputation: 
0
	 
	
	
		Check if the pacakge gir1.2-gtk-3.0 is installed. Short of that, be much easier to just have to run a system report for me to look at. Menu > System > Create System Report. 
	
	
	
The Truth is out there.
Be sure to check the 
Manual out and always report 
Bugs or feature requests.
![[Image: psCXIcR.png]](http://i.imgur.com/psCXIcR.png) 
 
	
	
 
 
	
	
	
		
	Posts: 4
	Threads: 1
	Joined: Feb 2016
	
Reputation: 
0
	 
	
		
		
		02-20-2016, 03:40 PM 
(This post was last modified: 02-20-2016, 03:42 PM by mzito59.)
		
	 
	
		What a great and responsive community.  Thanks to all for their suggestions.
Sheepishly reporting that it was a result of allowing anaconda to prepend its path in my ~/.bashrc file.
All is well now...
How do I mark the thread SOLVED?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 9,006
	Threads: 567
	Joined: Feb 2014
	
Reputation: 
12
	 
	
	
		Thanks shaggy, will merge and produce an update for this soon.