View Single Post
Old Jan 23rd, 2008, 8:09 PM   #34
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,788
Rep Power: 5 Sane will become famous soon enough
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.
Sane is online now   Reply With Quote