On Feb 1, 5:30 pm, André Roberge <andre.robe...@gmail.com> wrote: > ============test.py====== > import pydoc > > '''this is a test''' > > class A(object): > '''docstring''' > pass > > print(pydoc.help(__file__[:-3])) > ============= > > python test.py
OK that works, but only if I cd into the folder of the script. If I run it from ~ I get the same error. How to get around that prob? -- Gnarlie -- http://mail.python.org/mailman/listinfo/python-list