Python Forum
[PyGame] How do you get PyGame?
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyGame] How do you get PyGame?
#11
i believe you can bypass all that now with using pip. But i never owned a mac (nor want to) so i cant confirm.
Recommended Tutorials:
Reply
#12
(Apr-11-2017, 10:02 PM)Larz60+ Wrote: Yikes
It's virus-free I checked on virustotal.com
You can check for yourself.

(Apr-11-2017, 10:04 PM)metulburr Wrote: i believe you can bypass all that now with using pip. But i never owned a mac (nor want to) so i cant confirm.
It's different on a mac, on windows its easy but here on a mac you have to download seperate files for the terminal.
:(
Reply
#13
(Apr-12-2017, 07:44 AM)SpeedyZapGaming Wrote: It's different on a mac, on windows its easy but here on a mac you have to download seperate files for the terminal.
:(
I dont use windows either. I use linux. 

If your talking about that tut
Quote:brew install python3
brew install sdl sdl_image sdl_mixer sdl_ttf portmidi mercurial
brew install libogg libvorbis
brew install sdl_mixer --with-libvorbis
This is downloading/installing dependencies such as SDL, and all of its extensions. And the rest of the tut just pip installs pygame

On mac you should have some way for brew to find dependencies such as ubuntu's distro
Quote:metulburr@ubuntu:~$ apt-cache showpkg python-pygame
....
1.9.1release+dfsg-10 - fonts-freefont-ttf (0 (null)) python-numpy (2 1:1.8.0) python-numpy-abi9 (0 (null)) python (2 2.7) python (3 2.8) libc6 (2 2.14) libjpeg8 (2 8c) libpng12-0 (2 1.2.13-4) libportmidi0 (0 (null)) libsdl-image1.2 (2 1.2.10) libsdl-mixer1.2 (0 (null)) libsdl-ttf2.0-0 (0 (null)) libsdl1.2debian (2 1.2.11) libsmpeg0 (0 (null)) libx11-6 (0 (null)) timidity (0 (null)) python-pygame:i386 (32 (null)) 
Recommended Tutorials:
Reply
#14
(Apr-12-2017, 03:11 PM)metulburr Wrote:
(Apr-12-2017, 07:44 AM)SpeedyZapGaming Wrote: It's different on a mac, on windows its easy but here on a mac you have to download seperate files for the terminal. :(
I dont use windows either. I use linux. If your talking about that tut
Quote: brew install python3 brew install sdl sdl_image sdl_mixer sdl_ttf portmidi mercurial brew install libogg libvorbis brew install sdl_mixer --with-libvorbis
This is downloading/installing dependencies such as SDL, and all of its extensions. And the rest of the tut just pip installs pygame On mac you should have some way for brew to find dependencies such as ubuntu's distro
Quote: metulburr@ubuntu:~$ apt-cache showpkg python-pygame .... 1.9.1release+dfsg-10 - fonts-freefont-ttf (0 (null)) python-numpy (2 1:1.8.0) python-numpy-abi9 (0 (null)) python (2 2.7) python (3 2.8) libc6 (2 2.14) libjpeg8 (2 8c) libpng12-0 (2 1.2.13-4) libportmidi0 (0 (null)) libsdl-image1.2 (2 1.2.10) libsdl-mixer1.2 (0 (null)) libsdl-ttf2.0-0 (0 (null)) libsdl1.2debian (2 1.2.11) libsmpeg0 (0 (null)) libx11-6 (0 (null)) timidity (0 (null)) python-pygame:i386 (32 (null))
Thank you, but I already found out how to do it. :D
Reply
#15
(Apr-12-2017, 03:32 PM)SpeedyZapGaming Wrote: Thank you, but I already found out how to do it. :D
Im saying for future packages you install you need to check for dependencies and make sure they are installed. As that was the main hint of that tutorial you linked and the only difference from a regular pip install.
Recommended Tutorials:
Reply
#16
(Apr-12-2017, 03:38 PM)metulburr Wrote:
(Apr-12-2017, 03:32 PM)SpeedyZapGaming Wrote: Thank you, but I already found out how to do it. :D
Im saying for future packages you install you need to check for dependencies and make sure they are installed. As that was the main hint of that tutorial you linked and the only difference from a regular pip install.
oh ok! :D
Reply
#17
(Apr-11-2017, 08:28 AM)SpeedyZapGaming Wrote: How do you actually get PyGame
Please help me, I really want to use my experience in python to create games.

?  If you can, please show me how to use PyGame.

PS: how do you get signatures?

Hello... If you get Windows... you must follow the installation instructions and
install pyGame with PIP in the command prompt. But first you must download pyGame
from the official site http://www.pygame.org/download.shtml and put the pyGame Lib
into the Lib folder in your Python Path... But for more help... i can´t help
you further... i an new with pyGame. Install instructions are here...

https://www.pygame.org/wiki/GettingStarted#Windows installation


Jamie...
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020