Problema gdesklets
Inviato: mercoledì 4 maggio 2005, 14:09
Ho un problema a far partire le gdesklets:
quando do il comando nel terminale, mi dà questa risposta:
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/gdesklets/utils/__init__.py", line 23, in _pretty_excepthook
deep_trace = True)
File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 77, in format
if (path and vfs.exists(path)):
File "/usr/lib/gdesklets/utils/vfs.py", line 102, in exists
return gnomevfs.exists(gnomevfs.URI(uri))
NameError: global name 'gnomevfs' is not defined
Original exception was:
Traceback (most recent call last):
File "/usr/bin/gdesklets", line 4, in ?
from main.DisplayList import DisplayList
File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 119, in _new_imp
module = _old_imp(name, globs, locls, fromlist)
File "/usr/lib/gdesklets/main/DisplayList.py", line 4, in ?
from utils import vfs
File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 119, in _new_imp
module = _old_imp(name, globs, locls, fromlist)
File "/usr/lib/gdesklets/utils/vfs.py", line 120, in ?
exists = exists_urllib2
NameError: name 'exists_urllib2' is not defined
Mentre su Ubuntu che ho sul portatile non riscontro nessun problema.
Qualche idea?
Grazie!
quando do il comando nel terminale, mi dà questa risposta:
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/gdesklets/utils/__init__.py", line 23, in _pretty_excepthook
deep_trace = True)
File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 77, in format
if (path and vfs.exists(path)):
File "/usr/lib/gdesklets/utils/vfs.py", line 102, in exists
return gnomevfs.exists(gnomevfs.URI(uri))
NameError: global name 'gnomevfs' is not defined
Original exception was:
Traceback (most recent call last):
File "/usr/bin/gdesklets", line 4, in ?
from main.DisplayList import DisplayList
File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 119, in _new_imp
module = _old_imp(name, globs, locls, fromlist)
File "/usr/lib/gdesklets/main/DisplayList.py", line 4, in ?
from utils import vfs
File "/usr/lib/gdesklets/utils/ErrorFormatter.py", line 119, in _new_imp
module = _old_imp(name, globs, locls, fromlist)
File "/usr/lib/gdesklets/utils/vfs.py", line 120, in ?
exists = exists_urllib2
NameError: name 'exists_urllib2' is not defined
Mentre su Ubuntu che ho sul portatile non riscontro nessun problema.
Qualche idea?
Grazie!