On 31/10/2008 11:58 AM, Samuel Thibault wrote:
> Ah, actually it looks like a pyrex bug. Unfortunately the latest windows
> version of pyrex is quite old.
I don't think this is a pyrex bug. The problem is that 
brlapi.OperationError (of which brlapi.ConnectionError is a subclass) 
did not previously subclass Exception, and in Python, you cannot raise 
anything that is not a subclass of Exception. If you do:
raise 5
you will get the same error.
This was fixed in brltty r3732, but I'm assuming this was after 3.10.

Jamie


-- 
James Teh
Email/MSN Messenger/Jabber: [EMAIL PROTECTED]
Web site: http://www.jantrid.net/
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to