Dirk Meyer wrote:
> Duncan Webb wrote:
>> I've not noticed anything change recently, but I'm now getting this error
> 
> Odd, we also changed nothing at tis point.
> 
>> "/usr/lib/python2.5/site-packages/kaa/notifier/pynotifier/nf_generic.py", 
>> line 208, in step
>>     is_socket = isinstance( sock, ( socket.socket, file, 
>> socket._socketobject ) )
>> TypeError: isinstance() arg 2 must be a class, type, or tuple of classes 
>> and types
> 
> Can you please add a 
> | print sock, ( socket.socket, file, socket._socketobject )
> to check what is wrong


Hmm, I installed the time-out socket for the Amazon module and this 
seems to cause the problem:
11 (<function timeoutsocket at 0x2aaaafe22b18>, <type 'file'>, <class 
'socket._socketobject'>)

Looks like I had better remove this or do you have a better idea?

Duncan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to