importing XML codecs in blender

Hi,

I’ve been having some trouble with using xml modules in blender. 2.26,
linux version.

If I exeucte the following two instructions in a normal python interpreter,
it will work just fine:

improt codecs
print codecs.lookup(“utf-8”)

However, if I execute those two lines in blender, it will give me the following
error messges:

LookupError: no codec search functions registered: can’t find encoding

Would anyone know why?

Thanks a lot.

didu

because you spelled import wrong?
no, no idea