Re: Multifile EOF error

2006-03-22 Thread [EMAIL PROTECTED]
Try to trim down your script to the minimal code that produces the error and post both. Copy'n'paste code and traceback, don't retype it. The code is kinda bit long so you can see the whole idea. I use some libgmail and twisted web #code start def displayComment(request): gmc =

Multifile EOF error

2006-03-20 Thread [EMAIL PROTECTED]
Hi, I had error in my script like sudden EOF in MultiFile readline() Why such error occur -- http://mail.python.org/mailman/listinfo/python-list

Re: Multifile EOF error

2006-03-20 Thread Marc 'BlackJack' Rintsch
In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: I had error in my script like sudden EOF in MultiFile readline() Why such error occur Because there's something wrong. Sorry but you have to give a little more detail about your script and the exact error you see. Try to trim down your script to