Użytkownik Paul McNett napisał:
>> It seems like first attribute was object instance, not a class.
>> Look at this:
>>
>>      raise Exception('foo'), 'what now?'
>>
>> versus this:
>>
>>      raise Exception('foo', 'what now?')
>>
>>      
> So something somewhere has changed dabo.dException.NoRecordsException from a 
> class
> into an instance?
>    

I doubt it, but maybe Python misinterpreted first attribute.
Did you try other platform or Python version (e.g. 2.6)?
Maybe you could put an breakpoint in this line and watch what happens.

-- 
Regards
Jacek Kałucki

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to