Macus
July 9th, 2009, 04:48 AM
Hi all,
I have managed to delete MCC by accident
i was attempting to get LIRC to work and i got up to the IRW part, but then MCC wouldn't launch
so after some goggling I found that this will output the errors:
sudo /usr/share/mythbuntu-control-centre/bin/mythbuntu-control-centre
wich returned:
/var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated
from sets import ImmutableSet
/usr/lib/python2.6/dist-packages/MythbuntuControlCentre/changer.py:48: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
from popen2 import Popen3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Traceback (most recent call last):
File "/usr/share/mythbuntu-control-centre/bin/mythbuntu-control-centre", line 46, in <module>
script = ControlCentre()
File "/usr/lib/python2.6/dist-packages/MythbuntuControlCentre/core.py", line 189, in __init__
populate_lirc(self)
File "/usr/lib/python2.6/dist-packages/MythbuntuControlCentre/core.py", line 132, in populate_lirc
self.lirc=LircHandler()
File "/var/lib/python-support/python2.6/mythbuntu_common/lirc.py", line 64, in __init__
self.read_hardware_conf(hw_conf)
File "/var/lib/python-support/python2.6/mythbuntu_common/lirc.py", line 184, in read_hardware_conf
self.remote_modules = string.split(line,'"')[1]
IndexError: list index out of rangeI saw that most of them were LIRC related, so I thought simply remove LIRC (deal with it later)
so I ran:
sudo apt-get remove lirc
but then I found that all refrence to MCC was GONE, was no longer on the system menu and was removed from the front end
I tred the command agin but the dir /usr/share/mythbuntu-control-centre/ was gone too
so, any way to reinstall it?
I have managed to delete MCC by accident
i was attempting to get LIRC to work and i got up to the IRW part, but then MCC wouldn't launch
so after some goggling I found that this will output the errors:
sudo /usr/share/mythbuntu-control-centre/bin/mythbuntu-control-centre
wich returned:
/var/lib/python-support/python2.6/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated
from sets import ImmutableSet
/usr/lib/python2.6/dist-packages/MythbuntuControlCentre/changer.py:48: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
from popen2 import Popen3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Traceback (most recent call last):
File "/usr/share/mythbuntu-control-centre/bin/mythbuntu-control-centre", line 46, in <module>
script = ControlCentre()
File "/usr/lib/python2.6/dist-packages/MythbuntuControlCentre/core.py", line 189, in __init__
populate_lirc(self)
File "/usr/lib/python2.6/dist-packages/MythbuntuControlCentre/core.py", line 132, in populate_lirc
self.lirc=LircHandler()
File "/var/lib/python-support/python2.6/mythbuntu_common/lirc.py", line 64, in __init__
self.read_hardware_conf(hw_conf)
File "/var/lib/python-support/python2.6/mythbuntu_common/lirc.py", line 184, in read_hardware_conf
self.remote_modules = string.split(line,'"')[1]
IndexError: list index out of rangeI saw that most of them were LIRC related, so I thought simply remove LIRC (deal with it later)
so I ran:
sudo apt-get remove lirc
but then I found that all refrence to MCC was GONE, was no longer on the system menu and was removed from the front end
I tred the command agin but the dir /usr/share/mythbuntu-control-centre/ was gone too
so, any way to reinstall it?