Re: Install Universal Encoding Detector

2006-03-16 Thread Jacob
How do I uninstall?

/Jacob

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Install Universal Encoding Detector

2006-03-16 Thread Kent Johnson
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


Install Universal Encoding Detector

2006-03-15 Thread Jacob
How do I install Universal Encoding Detector
(http://chardet.feedparser.org/)?

Thanks,
Jacob

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Install Universal Encoding Detector

2006-03-15 Thread Fredrik Lundh
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 



-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Install Universal Encoding Detector

2006-03-15 Thread Jacob
Thanks :)

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Install Universal Encoding Detector

2006-03-15 Thread Kent Johnson
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