derek / nul wrote:
...
> Traceback (most recent call last):
> File "apply_physics.py", line 12, in ?
> codecs.lookup(BOM_UTF16_LE)
> NameError: name 'BOM_UTF16_LE' is not defined
>
> Could someone point to my mistake please?
Change the statement to:
codecs.lookup(codecs,BOM_UTF16_LE)
Alex
--
http://mail.python.org/mailman/listinfo/python-list