[BRLTTY] what dows this mean?

James Teh jamie at jantrid.net
Thu Oct 30 22:06:11 EDT 2008


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: jamie at jantrid.net
Web site: http://www.jantrid.net/


More information about the BRLTTY mailing list