|
From: Wesley L. <we...@wl...> - 2010-08-18 19:22:30
|
Hello all, I was following this tutorial: http://www.howtoforge.com/the-perfect-spamsnake-ubuntu-jaunty-jackalope-p3 However I get stuck when going back from Python2.6 to Python2.5. As soon as I change to Python2.5 I get the following: root@SPAMSNAKE:/var/lib# pyzor Traceback (most recent call last): File "/usr/bin/pyzor", line 7, in <module> import pyzor.client ImportError: No module named pyzor.client The contents of /usr/bin/pyzor is: ----- #!/usr/bin/python import os # set umask os.umask(0077) import pyzor.client pyzor.client.run() ----- Please help me. Thanks! Greets, Wesley |