Page 1 of 1

Build SABnzbd from source on Centos 5.2

Posted: May 12th, 2010, 1:57 pm
by master_marcel
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 

Code: Select all

python -OO SABnzbd.py -v
i'll get this output

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
Anyone a idea what is going on? Can you direct me in the right way?

Re: Build SABnzbd from source on Centos 5.2

Posted: May 12th, 2010, 2:04 pm
by shypike
Centos and RedHat live in the previous century as far as Python support is concerned.
See here for solution: http://forums.sabnzbd.org/index.php?topic=4266.0

Re: Build SABnzbd from source on Centos 5.2

Posted: May 12th, 2010, 3:15 pm
by master_marcel
Hi Shyspike,

Thanks for your quick reply. I will take a look.

Re: Build SABnzbd from source on Centos 5.2

Posted: July 10th, 2010, 7:05 am
by lennardw
I just created a quick howto on how to make SABnzbd work on CentOS 5.x:
http://forums.sabnzbd.org/index.php?topic=4675.0