#im sorry
69 messages · Page 1 of 1 (latest)
You'll need to elaborate
i went to the website installed a pip and got a newer version of python
i cant find the pygame thing on the website
im sorry for asking so much btw
You can just use your terminal and use pip install pygame
the python terminal or cmd prompt?
i just used cmd prompt and it said a bunch of errors
if u want photo ill send
You should send we much info as possible
anyone there?
thats weird
@edgy beacon or @fringe bear may know better than me cause I've never used pygame before
What Python version are you using?
python --version
3.11.1
What does pip -V output?
Did you use the -V flag?
thats part of it so let me look
Has to be a capital V
ok
Pygame 2.1.2 doesn't have wheels for Python 3.11
So you'll have to use the dev build until Pygame gets support for 3.11
See what?
the dev build
The python module you just installed?
yes
"See" it in what way?
im new so i dont really know alot
It's installed, you'll have to write code to use it
oh k
There's no GUIs or anything
thank you
You can test if Pygame works by running this:
python3 -m pygame.examples.aliens
But other than that, you'll have to write code yourself to "see it working" outside that example
alr