Build SABnzbd from source on Centos 5.2
Posted: May 12th, 2010, 1:57 pm
Hi,
I installed SABnzbd 5.0 on ClearOS. It is Centos 5.2 based. Thats is running smooth. Now i want to move Sabnzbd 5.2. So i build from source. When i execute this command
i'll get this output
Anyone a idea what is going on? Can you direct me in the right way?
I installed SABnzbd 5.0 on ClearOS. It is Centos 5.2 based. Thats is running smooth. Now i want to move Sabnzbd 5.2. So i build from source. When i execute this command
Code: Select all
python -OO SABnzbd.py -v
Code: Select all
Traceback (most recent call last):
File "SABnzbd.py", line 63, in ?
import sabnzbd
File "/usr/local/SABnzbd-0.5.2/sabnzbd/__init__.py", line 66, in ?
import sabnzbd.nzbqueue as nzbqueue
File "/usr/local/SABnzbd-0.5.2/sabnzbd/nzbqueue.py", line 37, in ?
import sabnzbd.assembler
File "/usr/local/SABnzbd-0.5.2/sabnzbd/assembler.py", line 40, in ?
import sabnzbd.postproc
File "/usr/local/SABnzbd-0.5.2/sabnzbd/postproc.py", line 41, in ?
import sabnzbd.emailer as emailer
File "/usr/local/SABnzbd-0.5.2/sabnzbd/emailer.py", line 212, in ?
from email.message import Message
ImportError: No module named message