Re: Trouble trying to get started with pygame

2019-11-14 Thread originallmoney
On Tuesday, November 12, 2019 at 7:05:16 PM UTC-5, Terry Reedy wrote: > On 11/12/2019 2:32 PM, originallmo...@gmail.com wrote: > > I'm curious: I've been seeing people having multiple pygame programs open > > at once (Where each one is a component of a main program, obviously). > > Multiple progr

Re: Trouble trying to get started with pygame

2019-11-12 Thread originallmoney
I'm curious: I've been seeing people having multiple pygame programs open at once (Where each one is a component of a main program, obviously). If I'm making a larger game, do I NEED to do that? I'm assuming I'd need a Visual Studio extension for Python in order to do that. -- https://mail.pyt

Re: Trouble trying to get started with pygame

2019-11-08 Thread originallmoney
On Thursday, November 7, 2019 at 1:21:37 AM UTC-5, illume wrote: > Hi, > > either use python 3.7, or use the pre-release of pygame 2. > py -m pip install pygame==2.0.0.dev6 > > We're not going to do a python 3.8 release for pygame 1.9.x > > > cheers, Well, it seems like that did the trick! I g

Re: Trouble trying to get started with pygame

2019-11-06 Thread originallmoney
> > Well, "py -m pip install pygame" has come the closest so far to working. I > > saw it try to load it and everything, but then, it spat out a series of > > errors, but, the primary one seemed to be this: > > > > WARNING, No "Setup" File Exists, Running "buildconfig/config.py" > > > How abo

Re: Trouble trying to get started with pygame

2019-11-06 Thread originallmoney
> Can py find Python? > > Did you try to install pygame with: > > py -m pip install pygame Well, "py -m pip install pygame" has come the closest so far to working. I saw it try to load it and everything, but then, it spat out a series of errors, but, the primary one seemed to be this: WARNING

Re: Trouble trying to get started with pygame

2019-11-03 Thread originallmoney
On Sunday, November 3, 2019 at 9:40:05 PM UTC-5, MRAB wrote: > On 2019-11-04 01:52, originallmo...@gmail.com wrote: > > On Friday, November 1, 2019 at 11:17:42 PM UTC-4, MRAB wrote: > >> On 2019-11-02 02:28, originallmo...@gmail.com wrote: > >> > I tried what you suggested at the command prompt and

Re: Trouble trying to get started with pygame

2019-11-03 Thread originallmoney
On Friday, November 1, 2019 at 11:17:42 PM UTC-4, MRAB wrote: > On 2019-11-02 02:28, originallmo...@gmail.com wrote: > > I tried what you suggested at the command prompt and (Despite being able to > > open Python from my start menu), it tells me Python isn't installed. > > > > I'm curious, and, I

Re: Trouble trying to get started with pygame

2019-11-01 Thread originallmoney
I tried what you suggested at the command prompt and (Despite being able to open Python from my start menu), it tells me Python isn't installed. I'm curious, and, I probably should have mentioned it earlier: I have Python on my D drive (Because it has more space). Is THAT why it says Python isn

Re: Trouble trying to get started with pygame

2019-11-01 Thread originallmoney
On Friday, November 1, 2019 at 1:05:35 AM UTC-4, MRAB wrote: > On 2019-11-01 03:47, originallmo...@gmail.com wrote: > > It's been years since I've done anything with Python, and it wasn't a > > language I was terribly familiar with even then. I'm using Python 3.8 on my > > Windows 7 laptop. Pytho

Trouble trying to get started with pygame

2019-10-31 Thread originallmoney
It's been years since I've done anything with Python, and it wasn't a language I was terribly familiar with even then. I'm using Python 3.8 on my Windows 7 laptop. Python itself works so far as I can tell. I can get it to import pip without problems, but, when I try to get going with pygame, I h