About 174,000 results
Open links in new tab
  1. python - How do I install pygame for a new version of idle?

    Oct 20, 2020 · You could try the following in IDLE: import pip pip._internal.main(['install', 'pygame']) If you do this, you should immediately restart IDLE afterwards and then try to import …

  2. How to Install Pygame on Windows - GeeksforGeeks

    Feb 21, 2023 · In this article, we will learn how to Install PyGame module of Python on Windows. PyGame is a library of python language. It is used to develop 2-D games and is a platform …

  3. Pygame module not found on Python IDLE - Stack Overflow

    May 3, 2019 · After I tried installing pygame wheel file using pip install, the installation was succesful, I can import pygame through cmd, but when I try to import it from python IDLE it …

  4. GettingStarted - pygame wiki

    Compiling and installing pygame is handled by Python's distutils. Pygame also comes with some scripts to automatically configure the flags needed to build pygame. Use the "setup.py" script …

  5. How to Install Pygame | Computer Science - Hofstra University

    Apr 18, 2018 · Pygame is a set of Python modules used for writing simple video games and graphical programs. It is cross-platform, which means it can be installed on both Windows and …

  6. pygame - PyPI

    Jul 31, 2016 · Pygame is a free and open-source cross-platform library for the development of multimedia applications like video games using Python. It uses the Simple DirectMedia Layer …

  7. FrequentlyAskedQuestions - pygame wiki

    In IDLE why does the Pygame window not close correctly?¶ This is caused by the IDLE python interpreter, which seems to keep the references around somehow. Make sure, you invoke …

  8. How to Install Pygame in Python - PyTutorial

    Jan 6, 2025 · Learn how to install Pygame in Python step-by-step. Fix common errors like ModuleNotFoundError and start building games with Pygame.

  9. Getting Started With Pygame - Art of Problem Solving

    This how-to guide takes you through the process of installing Pygame, a set of Python modules designed for writing games. Note that in order to get Pygame to work, you need to have …

  10. Chapter 1 – Installing Python and Pygame - Invent with Python

    If your operating system is Max OS X, start IDLE by opening the Finder window and click on Applications, then click Python 3.2, then click the IDLE icon. If your operating system is …

Refresh