Jason Tackaberry said the following, on 11.03.2008 04:10: > 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?) >
I don't see it perpending paths but it does set PYTHONPATH and PATH before calling main.py This is easy to see with freevo --debug It looks like main has got copied into the kaa site-package. Duncan ------------------------------------------------------------------------- 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