Python-fuse doesn't work

Bug #83480 reported by kripken
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-fuse (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: python-fuse

I am on Edgy, using Python-fuse. There appears to be a bug in fuse.py. I get

  File "/usr/lib/python2.4/site-packages/fuse.py", line 96, in __init__
    self.optlist.append(o)
AttributeError: 'tuple' object has no attribute 'append'

Problem is, earlier we have

            self.optlist = args

and args is defined from

    def __init__(self, *args, **kw):

which means that args is ALWAYS a tuple, not a list. As a tuple, it doesn't have an 'append' function.

Revision history for this message
Sarah Kowalik (hobbsee-deactivatedaccount) wrote :

does this still occur in gutsy?

There looks to have been a few releases since then.

Changed in python-fuse:
status: Unconfirmed → Needs Info
Revision history for this message
kripken (kripkenstein) wrote :

I don't have a convenient location to install Gutsy in, so I can't check, sorry.

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for python-fuse (Ubuntu) because there has been no activity for 60 days.]

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.