Re: [Tracker] tracker deskbar applet
- From: "Mikkel Kamstrup Erlandsen" <mikkel kamstrup gmail com>
- To: zer0halo <zerohalo gmail com>
- Cc: tracker-list gnome org
- Subject: Re: [Tracker] tracker deskbar applet
- Date: Mon, 6 Nov 2006 07:23:10 +0100
2006/11/6, zer0halo <
zerohalo gmail com>:
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]