[issue7328] pydoc doesn't work from the command line

Antoine Pitrou report at bugs.python.org
Sun Nov 15 15:42:34 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

Same with an installed Python by the way:

$ usr/bin/python3 -m pydoc str
No module named subprocess

However, it works when not using "-m" but invoking the file directly:

$ ./python Lib/pydoc.py str

[displays the str doc page]

----------
assignee:  -> ncoghlan
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7328>
_______________________________________


More information about the Python-bugs-list mailing list