| Issue 1: | Unknow method Stat for the fuse module | |
| 1 person starred this issue and may be notified of changes. | Back to list |
trackerfs doesn't run on Ubuntu Edgy it complains abaout the Stat method of
the fuse module:
trackerfs.py /media/tracker/Traceback (most recent call last):
File "/usr/local/bin/trackerfs.py", line 38, in ?
class MyStat(fuse.Stat):
AttributeError: 'module' object has no attribute 'Stat'
|