I'm having to completely start again as I have messed my install up doing an upgrade, i cleared out the drive and extracted the latest tarball and put my mac_addr file in place and managed to boot.
I started with swap and that worked as last time
I then moved onto sabnzbd and that seems to have installed ok
I have now moved onto sickbeard however pyexpat seems to be missing - I've tried to install pyxml also but that hasn't worked.
My install method was installing yaourt to install sickbeard-git - any ideas what I have done wrong and how to fix?
Many Thanks
Louis
[root@alarm my-sickbeard-install]# /etc/rc.d/sickbeard start
:: Starting Sick-Beard [BUSY] Traceback (most recent call last):
File "/opt/sickbeard/SickBeard.py", line 37, in <module>
import sickbeard
File "/opt/sickbeard/sickbeard/__init__.py", line 32, in <module>
from sickbeard import providers, metadata
File "/opt/sickbeard/sickbeard/metadata/__init__.py", line 22, in <module>
import xbmc, mediabrowser, synology, ps3, wdtv, tivo
File "/opt/sickbeard/sickbeard/metadata/xbmc.py", line 23, in <module>
import generic
File "/opt/sickbeard/sickbeard/metadata/generic.py", line 21, in <module>
import xml.etree.cElementTree as etree
File "/usr/lib/python2.7/xml/etree/cElementTree.py", line 3, in <module>
from _elementtree import *
ImportError: PyCapsule_Import could not import module "pyexpat"
[FAIL]