On 12-05-31 04:40 AM, Anders Eriksson wrote:
>     File "/usr/lib64/python2.6/site-packages/kaa/base/sockets.py", line
> 433, in _make_socket
>       sock = socket.socket(socket.AF_INET6, socket.SOCK_STREAM)
>     File "/usr/lib64/python2.6/socket.py", line 184, in __init__
>       _sock = _realsocket(family, type, proto)
> TypeError: an integer is required

What version of kaa.base are you using?

$ python -c 'from kaa.version import VERSION; print VERSION'

Also, what OS is this running on?  Based on the traceback, I actually 
wouldn't expect this to fail at all.  Can you try this sanity check and 
see if there are any exceptions:

$ python -c 'import socket; socket.socket(socket.AF_INET6, 
socket.SOCK_STREAM)'

Thanks,
Jason.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to