Bug#575293: [Pkg-freevo-maint] Bug#575293: python-kaa-base: integration with twisted does not work anymore

2010-03-25 Thread Alexandre Rossi
> It happens like that : >   1. import kaa >   2. in kaa/__init__.py line 39 "from async import ..." >   3. in kaa/async.py line 977 "import main" >   4. in kaa/main.py line 30 "from process import supervisor" >   5. in kaa/process.py line 182 "supervisor = _Supervisor" >   6. in kaa/process.py lin

Bug#575293: [Pkg-freevo-maint] Bug#575293: python-kaa-base: integration with twisted does not work anymore

2010-03-25 Thread Mickael Royer
Hi, > do you mean that the call os.popen in > line 55 in /usr/lib/python2.5/ctypes/util.py > triggers an initialization of kaa notifier ? > > how does this happen? It happens like that : 1. import kaa 2. in kaa/__init__.py line 39 "from async import ..." 3. in kaa/async.py line 977 "impo

Bug#575293: [Pkg-freevo-maint] Bug#575293: python-kaa-base: integration with twisted does not work anymore

2010-03-25 Thread A Mennucc
hi, thanks a lot for the detailed analysis On Wed, Mar 24, 2010 at 09:14:20PM +0100, Mickael Royer wrote: > More information : > > The problem does not appear in version 0.6.0-2 and is due to this diff : > diff -ru kaa/process.py kaa--new/process.py [...] yes, this was added in the hope of supp

Bug#575293: python-kaa-base: integration with twisted does not work anymore

2010-03-24 Thread Mickael Royer
More information : The problem does not appear in version 0.6.0-2 and is due to this diff : diff -ru kaa/process.py kaa--new/process.py --- kaa/process.py 2010-03-24 20:44:55.080934884 +0100 +++ kaa--new/process.py 2010-03-24 17:57:34.0 +0100 @@ -75,10 +75,8 @@ signal.siginte

Bug#575293: python-kaa-base: integration with twisted does not work anymore

2010-03-24 Thread Alexandre Rossi
Package: python-kaa-base Version: 0.6.0-4 Severity: normal Hi, Using the following snippet, from the documentation[1], integration with twisted does not work anymore. Maybe this is related to the new twisted version 10. -- # get reactor from twisted.internet import reactor import kaa kaa.main.s