Browse Source

Fix error message about missing Cheetah.

tags/0.6.6
ShyPike 14 years ago
parent
commit
b73f74470b
  1. 2
      SABnzbd.py

2
SABnzbd.py

@ -37,7 +37,7 @@ except ValueError:
print "Sorry, requires Python module Cheetah 2.0rc7 or higher."
sys.exit(1)
except:
print "The following modules need to be installed: Cheetah, cherrypy(included, unpack the zip)"
print "The Python module Cheetah is required"
sys.exit(1)
import cherrypy

Loading…
Cancel
Save