[Mailman-Developers] latest cvs trouble

Ricardo Kustner ricardo@miss-janet.com
Mon, 13 Dec 1999 07:26:01 +0100


Hi,

On Fri, Dec 10, 1999 at 08:46:28AM -0500, Barry A. Warsaw wrote:
>     RK> post: File "/usr/local/mailman/scripts/post", line 56, in main
>     RK> post: msg = Message.Message(sys.stdin) post: File
>     RK> "/usr/local/mailman/Mailman/Message.py", line 49, in __init__
>     RK> post: self.rewindbody() post: File
>     RK> "/usr/local/mailman/Mailman/pythonlib/rfc822.py", line 104, in
>     RK> rewindbody post: self.fp.seek(self.startofbody) post: IOError
>     RK> : [Errno 29] Illegal seek
> Okay, so sys.stdin isn't seekable everywhere :)  Give the below patch
> a try.

will this be added to the cvs version too? I want to have the latest
cvs version running, but I keep having to change this in scripts/post :)
also, it looks like the problem I reported earlier today is related to this one...

Thanks,
Ricardo.

--