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
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
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
> > 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
> 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
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
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
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
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
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
10 matches
Mail list logo