CVS, file PSP/PSPParser, line 242:

   except EOFError:

is wrong, because Streamreader does not raise that.
It should read:

   except EndofInputError:

(or you should fix StreamReader to raise EOFError)

Regards,
        Fionn

_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to