Comment 8 for bug 600030

Revision history for this message
sectorq (jaydee-inmail) wrote :

 i found solution for this problem.

in file /usr/lib/gdesklets/utils/ErrorFormatter.py

Original:
def _new_imp(name, globs = {}, locls = {}, fromlist = []):

Change to:
def _new_imp(name, globs = {}, locls = {}, fromlist = [], test = []):