The error occurs in python2.3 while compiling fstab.py The line 103 is a form of <dict>.update(), that is supported only by python2.4 and later releases.
Proper syntax for python2.3 is: line 103: self.dict.update(dict([(attr, match.group(attr)) for attr in self.attrs])) line 105: self.dict.update(dict([(attr, None) for attr in self.attrs])) line 110: return "".join([self.dict[attr] for attr in self.attrs]) -- package python-fstab 1.3-0ubuntu1 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck https://bugs.launchpad.net/bugs/384486 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs