Comment 25 for bug 89585

Revision history for this message
wonderfullyrich (rjeong) wrote :

I ran into this with 10.10 64bit and used
http://ubuntuforums.org/showpost.php?p=9621464&postcount=4 to fix this. Specifically replacing:

def _new_imp(name, globs = {}, locls = {}, fromlist = []):
with
def _new_imp(name, globs = {}, locls = {}, fromlist = [], test = []):
in "/usr/lib/gdesklets/utils/ErrorFormatter.py"