> Traceback (most recent call last):
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/protocols/basic.py",
> line 231, in dataReceived
>     why = self.lineReceived(line)
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/web/http.py",
> line 1325, in lineReceived
>     self.allContentReceived()
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/web/http.py",
> line 1391, in allContentReceived
>     req.requestReceived(command, path, version)
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/web/http.py",
> line 714, in requestReceived
>     self.process()
> --- <exception caught here> ---
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/web/server.py",
> line 149, in process
>     resrc = self.site.getResourceFor(self)
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/web/server.py",
> line 567, in getResourceFor
>     return resource.getChildForRequest(self.resource, request)
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/web/resource.py",
> line 47, in getChildForRequest
>     resource = resource.getChildWithDefault(pathElement, request)
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/web/resource.py",
> line 151, in getChildWithDefault
>     return self.getChild(path, request)
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/web/rewrite.py",
> line 24, in getChild
>     return self.resource.getChildWithDefault(path, request)
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/web/resource.py",
> line 151, in getChildWithDefault
>     return self.getChild(path, request)
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/web/static.py",
> line 270, in getChild
>     return resource.IResource(processor(fpath.path, self.registry))
>   File
> "/usr/lib/python2.6/site-packages/Twisted-8.2.0-py2.6-linux-i686.egg/twisted/web/script.py",
> line 70, in ResourceScript
>     execfile(path, glob, glob)
>   File "/usr/share/freevo/htdocs/index.rpy", line 108, in <module>
>     resource = IndexResource()
>   File "/usr/share/freevo/htdocs/index.rpy", line 45, in __init__
>     self.recordclient = RecordClientResource()
>   File "/usr/lib/python2.6/site-packages/freevo/www/web_types.py", line 54,
> in RecordClientResource
>     _singleton = RecordClientActions()
>   File "/usr/lib/python2.6/site-packages/freevo/www/web_types.py", line 66,
> in __init__
>     kaa.inprogress(self.recordclient.channel).wait()
>   File "/usr/lib/python2.6/site-packages/kaa/base/async.py", line 733, in
> wait
>     return self.result
>   File "/usr/lib/python2.6/site-packages/kaa/base/async.py", line 378, in
> result
>     raise self._exception[1]
> kaa.base.async.AsyncException: Exception raised asynchronously; traceback
> follows:
>   File "/usr/lib/python2.6/site-packages/kaa/base/thread.py", line 312, in
> __call__
>     result = self._callable()
>   File "/usr/lib/python2.6/site-packages/kaa/base/callable.py", line 225, in
> __call__
>     return cb(*cb_args, **cb_kwargs)
>   File "/usr/lib/python2.6/site-packages/kaa/base/sockets.py", line 475, in
> _connect
>     sock, addr = self._make_socket(addr)
>   File "/usr/lib/python2.6/site-packages/kaa/base/sockets.py", line 410, in
> _make_socket
>     sock = socket.socket(socket.AF_INET6, socket.SOCK_STREAM)
>   File "/usr/lib/python2.6/socket.py", line 182, in __init__
>     _sock = _realsocket(family, type, proto)
>
> Running Gentoo. Freevo 1.9 emerged. Kaa installed from SVN (deleted all kaa
> stuff from site-packages before). Twisted - from source.
> Any ideas what I'm, doing wrong?
>

Reggie-
  I am suprised you got Twisted 8 to work. The last version I was
successful with was Twisted 2.4 ( and Freevo is still happy with it).
I would suggest down grading Kaa to the released versions. They were
released to work with Freevo 1.9.

Evan

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to