Error: import cherrypy?
Posted: July 12th, 2009, 3:48 am
Hello, i have an SUSE 10.2 Root Server running.
I installed everything nececerry of sabnzbd on it but now i get an error like this:
What ist this "cherrypy" for and why isn´t it in the last python install pack?
What can i do now? Do i have to import cherrypy? But where can i get it?
Best regardes
inkaman
I installed everything nececerry of sabnzbd on it but now i get an error like this:
Code: Select all
web19@alpha376:~/html/cbsc/www/sabnzbd> python SABnzbd.py -s localhost:7777
Traceback (most recent call last):
File "SABnzbd.py", line 42, in <module>
import cherrypy
File "/srv/www/web19/html/cbsc/www/sabnzbd/cherrypy/__init__.py", line 10, in <module>
import config
File "/srv/www/web19/html/cbsc/www/sabnzbd/cherrypy/config.py", line 7, in <module>
from cherrypy import _cputil
File "/srv/www/web19/html/cbsc/www/sabnzbd/cherrypy/_cputil.py", line 9, in <module>
from cherrypy.lib import httptools
File "/srv/www/web19/html/cbsc/www/sabnzbd/cherrypy/lib/httptools.py", line 19, in <module>
from email.Header import Header, decode_header
File "/srv/www/web19/html/cbsc/www/sabnzbd/email.py", line 25, in <module>
from utils import ssmtplib
File "/srv/www/web19/html/cbsc/www/sabnzbd/utils/ssmtplib.py", line 36, in <module>
import smtplib, socket
File "/srv/www/web19/html/cbsc/python/lib/python2.6/smtplib.py", line 46, in <module>
import email.utils
ImportError: No module named utilsWhat can i do now? Do i have to import cherrypy? But where can i get it?
Best regardes
inkaman