Re: [pygame] Current working version of Python and pygame

2020-10-24 Thread Irv Kalb
Thank you to Berlioz and claudio for your responses. Re-running the installer sounds like a simple solution. Thanks, Irv > On Oct 23, 2020, at 5:58 PM, Berlioz Silver wrote: > > You can add python to PATH by rerunning the same installer you used to > install it. There will be a "modify"

Re: [pygame] Current working version of Python and pygame

2020-10-23 Thread Berlioz Silver
You can add python to PATH by rerunning the same installer you used to install it. There will be a "modify" choice, and in the next two pages are options to adjust the parts of python installed, and to add it to "the environment"-- the PATH. I would suggest using 3.7. 3.8 is likely to work, but

Re: [pygame] Current working version of Python and pygame

2020-10-23 Thread Kevin Thomas
REMOVE ME FROM LIST From: owner-pygame-us...@seul.org on behalf of claudio canepa Sent: Friday, October 23, 2020 7:44 PM To: pygame-users@seul.org Subject: Re: [pygame] Current working version of Python and pygame > Question 1: If someone already

Re: [pygame] Current working version of Python and pygame

2020-10-23 Thread claudio canepa
> Question 1: If someone already has installed Python but did not check this box on, is there some simple command line magic to do whatever this checkbox does? If so, what do I need to tell my student to do? With a python 3.X installed they need replace 'python' by 'py -3.X' in the cmdline.

[pygame] Current working version of Python and pygame

2020-10-23 Thread Irv Kalb
I am teaching a Python class, where I use pygame to demonstrate OOP concepts. I need to have my students get the proper environment to run Python with pygame. I use a Mac, and I have Python 3.7.3, and pygame 1.9.6 installed. Everything works fine for me. But I have students who either have