|
Re: My pyguessinggame
lol, you're still saying "raw_imput" instead of "raw_input".
It doesn't sound like a problem with your Path if Python is successfully running. It sounds like a problem with how the files are being encoded, because it thinks you're trying to use illegal characters.
Have you tried running the program in IDLE? Open up IDLE (Python GUI). Open your script. Hit F5.
|