Error occurs during compiling python modules in dbus-0.33
Tatavarty Kalyan
tbkalyan at gmail.com
Sat Apr 30 04:55:25 PDT 2005
There is an error during byte compiling of dbus.py during the make
install stage.
dbus version 0.33
Python version 2.3.4
Byte-compiling python modules...
dbus.py File "/home/kalyan/opt/dbus//lib/python2.3/site-packages/dbus.py",
line 518
@method('org.freedesktop.DBus.Introspectable')
^
SyntaxError: invalid syntax
Byte-compiling python modules (optimized versions) ...
I guess method decorator needs the 2.4 version but the configure only
checks for upward of Python 2.2 version
as shown by AM_PATH_PYTHON(2.2) in configure.in.
Thanks,
Kalyan
More information about the dbus
mailing list