Jason Tackaberry wrote:
> On Tue, 2008-03-11 at 19:10 +0100, Duncan Webb wrote:
>>>     File "../base/build/lib.linux-i686-2.4/kaa/notifier/main.py", line 110,
>>>     in loop
>>>        import skin    # The skin class
>> This is you problem file:
>> "../base/build/lib.linux-i686-2.4/kaa/notifier/main.py"
> 
> The thing is, look carefully.  It says it's in loop() on line 110 in
> main.py.  This is correct for kaa, but the 'import skin' is coming from
> freevo's main.py.
> 
> This might just be strictly a cosmetic bug in the stack dump and have
> nothing to do with the actual problem.

Funny as this is line 110 of main.py, but it could be mixed up logging 
messages.

> Why does getScheduledRecordingsNow() call traceback.print_stack()?  If
> it's handling an exception, it should format the exception so we can see
> the problem, not just print_stack().  Or don't handle it, and instead
> let it propagate up to kaa.

It doesn't have print_stack() may have been some testing code left over 
in an earlier revision.


There is a problem with the shutting down of the webserver, even though 
it is not using kaa. This only happens at shut down.

Traceback (most recent call last):
   File "/usr/lib/python2.4/site-packages/freevo/helpers/webserver.py", 
line 115, in ?
     main()
   File "/usr/lib/python2.4/site-packages/freevo/helpers/webserver.py", 
line 108, in main
     reactor.run()
   File 
"/usr/lib/python2.4/site-packages/twisted/internet/posixbase.py", line 
218, in run
     self.mainLoop()
--- <exception caught here> ---
   File 
"/usr/lib/python2.4/site-packages/twisted/internet/posixbase.py", line 
229, in mainLoop
     self.doIteration(t)
   File 
"/usr/lib/python2.4/site-packages/twisted/internet/selectreactor.py", 
line 97, in doSelect
     [], timeout)
   File "/usr/lib/python2.4/site-packages/kaa/notifier/main.py", line 
258, in signal_handler
     notifier.shutdown()
   File "/usr/lib/python2.4/site-packages/kaa/notifier/nf_wrapper.py", 
line 131, in shutdown
     sys.exit(0)
exceptions.SystemExit: 0


There is also an install problem in kaa, after the last update r3180.

byte-compiling /usr/lib/python2.4/site-packages/kaa/net/tls.py to tls.pyc
   File "/usr/lib/python2.4/site-packages/kaa/net/tls.py", line 187
     yield c.handshakeClientCert(session=session, **kwargs)
SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause
byte-compiling /usr/lib/python2.4/site-packages/kaa/net/mdns.py to mdns.pyc
writing byte-compilation script '/tmp/tmpsdNhvO.py'
/usr/bin/python -O /tmp/tmpsdNhvO.py
   File "/usr/lib/python2.4/site-packages/kaa/net/tls.py", line 187
     yield c.handshakeClientCert(session=session, **kwargs)
SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to