[Python-Dev] using help function in Py3k

2009-05-05 Thread s|s
Hello, I Ran Python 3.0 for the first time. I used help() function and wrote "modules hash". It issues an error. Traceback (most recent call last): File "", line 1, in File "/home/ss/eproj/xapian/INST//lib/python3.0/site.py", line 427, in __call__ return pydoc.help(*args, **kwds) File

Re: [Python-Dev] using help function in Py3k

2009-05-11 Thread s|s
On Tue, May 5, 2009 at 7:13 PM, Daniel Stutzbach wrote: > On Tue, May 5, 2009 at 5:41 AM, s|s wrote: >> >> LookupError: unknown encoding: uft-8 > > uft-8? > > Looks like a variation of Issue 4540 (or a duplicate?  I can't tell) > Yes. It is the same issue. I d