Python error interpretation
Florian Diesch
diesch at spamfence.net
Sat Mar 14 17:13:26 UTC 2009
Hal Burgiss <hal at burgiss.net> wrote:
> The following error is generated on a fully updated 8.04 server using only
> Ubuntu supplied packages. It seems to boil down to 'no module named unicodedata'
> but for the life of me I can't unwind that and figure out what the missing
> pieces are, and preferring not to go outside apt. Thx.
unicodedata is part of Python standard library.
What does
python -c 'import unicodedata'
return (should be nothing)?
Florian
--
<http://www.florian-diesch.de/>
More information about the ubuntu-users
mailing list