Help needed setting up 0.5.2 on my NAS (DNS-323)
Posted: May 24th, 2010, 11:12 am
Hi, total noob here so please be gentle.
I've just got myself a DNS-323 and have been following this guide (https://forums.sabnzbd.org/http://forum ... 580#p15580) so I can run SabNZBD on it. All went well until I got to part 10.5 (posted after the first post) where I run SABnzbd.py so it creates the INI file for me to edit. The trouble is it never gets made and I get an error message. Below is what happens.
Any help greatly appreciated.
I've just got myself a DNS-323 and have been following this guide (https://forums.sabnzbd.org/http://forum ... 580#p15580) so I can run SabNZBD on it. All went well until I got to part 10.5 (posted after the first post) where I run SABnzbd.py so it creates the INI file for me to edit. The trouble is it never gets made and I get an error message. Below is what happens.
Code: Select all
login as: root
[email protected]'s password:
Last login: Mon May 24 17:33:04 2010 from hal.lan
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
HAL_NAS:~# python /opt/SABnzbd-0.5.2/SABnzbd.py
Traceback (most recent call last):
File "/opt/SABnzbd-0.5.2/SABnzbd.py", line 63, in ?
import sabnzbd
File "/opt/SABnzbd-0.5.2/sabnzbd/__init__.py", line 66, in ?
import sabnzbd.nzbqueue as nzbqueue
File "/opt/SABnzbd-0.5.2/sabnzbd/nzbqueue.py", line 37, in ?
import sabnzbd.assembler
File "/opt/SABnzbd-0.5.2/sabnzbd/assembler.py", line 40, in ?
import sabnzbd.postproc
File "/opt/SABnzbd-0.5.2/sabnzbd/postproc.py", line 41, in ?
import sabnzbd.emailer as emailer
File "/opt/SABnzbd-0.5.2/sabnzbd/emailer.py", line 212, in ?
from email.message import Message
ImportError: No module named message
HAL_NAS:~#
HAL_NAS:~#