>
>
> 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.
>
>

Hi.

I've removed anything related to kaa, even the svn tree, downloaded again
and tried your command. But still an error:

tinglao:/usr/lib/python2.5/site-packages/kaa/base# python -c 'import kaa;
print kaa.ThreadPool'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/kaa/base/__init__.py", line 251, in
__str__
    return str(cls.__get())
  File "/usr/lib/python2.5/site-packages/kaa/base/__init__.py", line 188, in
__get
    omod = __import__(mod, globals(), fromlist=names)
  File "/usr/lib/python2.5/site-packages/kaa/base/thread.py", line 48, in
<module>
    from .callable import Callable
  File "/usr/lib/python2.5/site-packages/kaa/base/callable.py", line 39, in
<module>
    from .utils import property
  File "/usr/lib/python2.5/site-packages/kaa/base/utils.py", line 48, in
<module>
    from . import _utils
ImportError: cannot import name _utils

Even a build in another box (also with debian stable, python-2.5) gives the
same output. So I'll start looking for another places to build and test kaa.
I'll try and see what's going on.


best,
Alberto

-- 
duende a rayas
------------------------------------------------------------------------------
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