On Wed, 2010-12-08 at 20:25 +0100, Alberto Hernando wrote:
> We are using different versions of python. Could it be the problem? I
> don't see that I need python-2.6.

At least for now, kaa doesn't need Python 2.6, but it does need 2.5
(which you seem to have).

It does sound like you've got some older version of kaa kicking around
that is being accessed.

This should work:

        $ python -c 'import kaa; print kaa.ThreadPool'
        <class 'kaa.base.thread.ThreadPool'>

Do you see the same?

Cheers.


------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to