On Mon, 2008-03-10 at 22:52 -0400, Justin Wetherell wrote:
[...]
>   File "/usr/lib/python2.4/site-packages/kaa/rpc.py", line 693, in __init__
>     sock.connect(address).wait()
>   File "/usr/lib/python2.4/site-packages/kaa/notifier/async.py", line 374, in 
> wait
>     main.loop(lambda: not self.is_finished(), timeout)
>   File "../base/build/lib.linux-i686-2.4/kaa/notifier/main.py", line 110, in 
> loop
>     import skin    # The skin class
[...]

Python is clearly confused here.  It's got the right file, line number
and function in main.py, but that's not the right line contents.  I
gather that's actually line 110 in main.py within freevo, not kaa's
main.py.

I think this problem shouldn't have occurred unless freevo prepends
stuff to sys.path.  (Duncan?)

If that's the case, I'd argue this isn't a bug in kaa, but rather ended
up exposing a freevo bug.  Nevertheless I made a change to kaa.base that
should work around this.  Give it a try now.

Thanks,
Jason.



-------------------------------------------------------------------------
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
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to