Re: Strange email.Parser error?

2005-08-18 Thread Andrey Smirnov
tions implicitely get their object as first argument, this > is why you get this error. So you have 2 possibilities : either read() > doesn't take an argument anymore, or read() is not a member of fp. > > Anthony B. > > On 8/18/05, Andrey Smirnov <[EMAIL PROTECTED]> wrot

Strange email.Parser error?

2005-08-18 Thread Andrey Smirnov
I am getting the following traceback after upgrading my app to Python 2.4.1. It's telling me that there is an error in Parser.py. It tells me that 'fp.read(8192)' is given 2 arguments, but it is clearly not true. Does anybody know what's going on here? Traceback (most recent call last): File