2010/12/11 Jason Tackaberry
>
>
> Definitely a bug. Python 2.5 doesn't get a lot of coverage anymore, so
> this one went unnoticed. I just committed a fix (hopefully). Can you
> update from svn and let me know if it works now?
>
>
I updated and, on one hand:
fre...@tinglao:~$ python -c 'impor
On Sat, 2010-12-11 at 11:19 +0100, Alberto Hernando wrote:
> I've removed anything related to kaa, even the svn tree, downloaded
> again and tried your command. But still an error:
Definitely a bug. Python 2.5 doesn't get a lot of coverage anymore, so
this one went unnoticed. I just committed a
>
>
> 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'
>
>
> Do you see the same?
>
> Cheers.
>
>
Hi.
I've removed anything related to kaa, even the svn tree, do