Antoine Pitrou <pit...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue7328> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com