Jacob wrote:
> How do I uninstall?
Delete the chardet folder from site-packages (Python24\Lib\site-packages
on Windows, not sure of the exact path on other OS's).
Kent
--
http://mail.python.org/mailman/listinfo/python-list
How do I uninstall?
/Jacob
--
http://mail.python.org/mailman/listinfo/python-list
Jacob wrote:
> How do I install Universal Encoding Detector
> (http://chardet.feedparser.org/)?
The usual process:
download
unpack with your favorite tool - tar or WinZip, maybe
cd chardet-1.0
python setup.py install
Kent
--
http://mail.python.org/mailman/listinfo/python-list
Thanks :)
--
http://mail.python.org/mailman/listinfo/python-list
"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
How do I install Universal Encoding Detector
(http://chardet.feedparser.org/)?
Thanks,
Jacob
--
http://mail.python.org/mailman/listinfo/python-list