Skip to content

doesn't load modules #17981

Answered by brettcannon
irvnriir asked this question in Q&A
Nov 9, 2021 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

The problem is you're typing help() in PowerShell, not a Python REPL. First type python3 in PowerShell and that will launch the REPL (you will know it worked when you see the >>> prompt). Now you can use help on Python objects.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@irvnriir
Comment options

Answer selected by irvnriir
Comment options

You must be logged in to vote
2 replies
@brettcannon
Comment options

@irvnriir
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants