|
Re: help!!
Indeed it will be listed there, Also you should note that the latest version of pygame doesn't run with the newest version of Python. You will find that if you are running Python 2.5.2 then you won't get pygame to work.
You should download and install Python 2.4.4 And reinstall PyGame specifying Python 2.4.4's path. Then run the 2.4.4 IDLE, you should find that you don't have any problems then
Cheers,
Chris
__________________
Who said i couldn't program
sarcasm = raw_input('Type in a sarcastic remark: ')
print sarcasm
|