From: Alpana W. <al...@ut...> - 2009-07-16 15:56:30
|
Hello, I am new to Pyzor and indeed Python. I am trying to use Pyzor on the command line to check a mail and I get this: al@pepperpot:~$ ./pyzor/trunk/pyzor/scripts/pyzor check < Breitling.eml Traceback (most recent call last): File "./pyzor/trunk/pyzor/scripts/pyzor", line 7, in <module> import pyzor.client File "/home/al/pyzor/trunk/pyzor/lib/pyzor/__init__.py", line 133, in <module> class Message(email.Message, object): TypeError: Error when calling the metaclass bases __init__() takes exactly 2 arguments (4 given) Is there a problem with the code or is it something I am doing wrong? Any comments appreciated. Thanks, Al |