On Sat, May 27, 2006 at 12:38:14PM +0200, Gorka Olaizola wrote:
> 
> I'm using python 2.4.3 but still getting the error about the decorator in the
> mbus code.
> 
> Traceback (most recent call last):
>   File
> "/home/gorka/freevo2/lib/python2.4/site-packages/freevo/ui/plugin_loader.py",
> line 305, in __load_plugin
>     exec('import %s' % module)
>   File "<string>", line 1, in ?
>   File
> "/home/gorka/freevo2/lib/python2.4/site-packages/freevo/ui/plugins/mbus.py",
> line 61
>      @freevo.ipc.expose('home-theatre.play')
>      ^
>  SyntaxError: invalid syntax
> 
> -- 
I have more data for this problem. I have Debian Sarge with backports.
Python 2.3 is the default /usr/bin/python and Python 2.4 has another
name /usr/bin/python2.4
During the configuration of freevo the main script of Freevo uses
correctly /usr/bin/python2.4 but I don't know how or where some scripts
are using python 2.3 via /usr/bin/python.

I have a strange Traceback where half the files are interpreted with
python 2.4 and the other half with python 2.3

Pointing /usr/bin/python to /usr/bin/python2.4 solved the problem above
and now all scripts are interpreted by python 2.4.

I still don't know if is a problem with the Debian installation or a bug
within Freevo but it's very strange and it seems a problem with the
installation.



-- 

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to