Anthony> Can I download a copy of the cjkcodecs and put it in my home
Anthony> directory and then set some kind of path so that Python knows
Anthony> where that package is?
Yes.
Anthony> Is this doable? If yes, how do I set the path?
Yes. Google for PYTHONPATH. Also, read the sys module documentation
pertaining to sys.path.
Skip