Justin Wetherell wrote: > Everything looks decent doing a find. > > /usr/lib/python2.4/site-packages/kaa/notifier/main.py > /usr/lib/python2.4/site-packages/kaa/notifier/main.pyc > /usr/lib/python2.4/site-packages/kaa/notifier/main.pyo > /usr/lib/python2.4/site-packages/kaa/popcorn/backends/xine/main.py > /usr/lib/python2.4/site-packages/kaa/popcorn/backends/xine/main.pyc > /usr/lib/python2.4/site-packages/kaa/popcorn/backends/xine/main.pyo > /usr/lib/python2.4/site-packages/kaa/popcorn/backends/gstreamer/main.py > /usr/lib/python2.4/site-packages/kaa/popcorn/backends/gstreamer/main.pyc > /usr/lib/python2.4/site-packages/kaa/popcorn/backends/gstreamer/main.pyo > > > On Tue, Mar 11, 2008 at 10:09 AM, Duncan Webb <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Justin Wetherell said the following, on 11.03.2008 14:56: > > I just did a python setup.py clean/build/install in both kaa and > freevo and > > I'm still getting the same problem but I think the traceback is > slightly > > different here. > > > 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" I'm not sure how it is getting picked up or put into the kaa build directory but it does look like the main.py from freevo/src. Will you check this. Will you also do a freevo --debug and report the settings. I know that freevo behaves differently when it is run from the freevo installation directory and when it is run in the freevo source directory. You can also do: # freevo prompt >>> import sys >>> sys.path And see if the path is odd. I get this: ['', '/usr/lib/python2.4/site-packages/freevo', '/usr/lib/python24.zip', '/usr/lib/python2.4', '/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk', '/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/PIL', '/usr/lib/python2.4/site-packages/wx-2.8-gtk2-unicode'] I've now tested the remote recordserver functionality and it seems to be working after the last commit. 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 [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
