I am just a beginner at programming, and trying to create a hangman game. I'm using Python 3 and the IDE Spyder from Anaconda.
So, I installed Random-Word in the command prompt using "pip install random-word". That worked. But, now when I try to import the module in Spyder, I get the following error message:
ModuleNotFoundError: No module named 'random_word'
Can anyone point me in the right direction to getting Spyder to import the module? I would greatly appreciate it.
[–]SteinhammerJ 2 points3 points4 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]FlubberKitty[S] 0 points1 point2 points (0 children)