Thanks, Nigel. Yes, the tracker.py is generating an error, as follows:
Error loading the file: /home/francis/.gnome2/deskbar-applet/handlers/deskbar- tracker-0.5.py.
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/deskbar/ModuleLoader.py", line 91, in import_module
mod = pydoc.importfile (filename)
File "pydoc.py", line 240, in importfile
raise ErrorDuringImport(path, sys.exc_info())
ErrorDuringImport: problem in /home/francis/.gnome2/deskbar-applet/handlers/deskbar-tracker-0.5.py - ImportError: No module named path
I don't see where in the tracker.py it's trying to import a module named path, unless the following line is causing an error:
import os.path
Well, that would be really wierd, but it seems like that is the case... Can you try and run
python -c "import os.path"
from the command line? If it prints nothing in the terminal that means it works. If it prints some error try:
python -c "import os"
Cheers,
Mikkel
Cheers,
Mikkel
_______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
