Re: [Freevo-devel] kaa-base 0.6.0 and python2.6 compliance.

2009-07-01 Thread Jason Tackaberry
On Wed, 2009-07-01 at 13:43 +0200, Nicolas Chauvet wrote: > I've backported the needed changes along with the hashlib move Just to let you know, a release of kaa.base 0.99.0 is imminent. I want to leave a bit of time for the recent (non-API) changes I made to bake, and after that I'll release 0.9

Re: [Freevo-devel] kaa-base 0.6.0 and python2.6 compliance.

2009-07-01 Thread Nicolas Chauvet
2009/6/30 Jason Tackaberry : > On Tue, 2009-06-30 at 12:06 +0200, Nicolas Chauvet wrote: >> Hello ! > > Hi Nicolas, Hi Jason ! >> While building python-kaa-display for Fedora 11 x86_64, I've hit two >> problems: >> - popen2 (used on kaa-display) is been deprecated >> - _new__() takes no parameters

Re: [Freevo-devel] kaa-base 0.6.0 and python2.6 compliance.

2009-06-30 Thread Jason Tackaberry
On Tue, 2009-06-30 at 12:06 +0200, Nicolas Chauvet wrote: > Hello ! Hi Nicolas, > While building python-kaa-display for Fedora 11 x86_64, I've hit two problems: > - popen2 (used on kaa-display) is been deprecated > - _new__() takes no parameters from kaa/weakref.py:61 of the kaa-base 0.6.0. Thes

[Freevo-devel] kaa-base 0.6.0 and python2.6 compliance.

2009-06-30 Thread Nicolas Chauvet
Hello ! While building python-kaa-display for Fedora 11 x86_64, I've hit two problems: - popen2 (used on kaa-display) is been deprecated - _new__() takes no parameters from kaa/weakref.py:61 of the kaa-base 0.6.0. Both are warning, but I wonder if they that won't lead to other side effect with py