"Jacob" wrote:
> How do I install Universal Encoding Detector
> (http://chardet.feedparser.org/)?
it comes with a setup.py file, so I suppose the answer is "in the usual way":
1. download
2. unpack
3. cd to the distribution directory
4. run "python setup.py install"
more here:
http://docs.python.org/inst/inst.html
</F>