help please

gargonx gargonx at gmail.com
Sun Feb 20 12:39:06 EST 2005


I think there's a problem with the code:

 py> decode_replacements.update([(std[key], key) for key in std])
 py> decode_replacements.update([(ext[key], key) for key in ext])

when i run this i get an error:
 AttributeError: keys

I can't get that figured out




More information about the Python-list mailing list