Results 1 to 3 of 3

Thread: PyGame for Python3

  1. #1
    Join Date
    Aug 2009
    Beans
    124

    PyGame for Python3

    Is PyGame available for Python3? I tried doing sudo apt-get install python-pygame but...

    Code:
    ~$ python3
    Python 3.1.2 (r312:79147, Sep 27 2010, 09:45:41) 
    [GCC 4.4.3] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import pygame
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    ImportError: No module named pygame
    So...?

  2. #2
    Join Date
    Mar 2009
    Location
    Computopia
    Beans
    298

    Re: PyGame for Python3

    Actually, I did some research on this some time ago. The way I see it, it'll take a bit more time for that to happen. I too am waiting for many of these useful lib's to be released for Py3
    Intel Core i3 540 @ 3.06GHz [3.46+ O.C.] 1GiB INTEL HDA; 4GiB DDR3 1333MHz [1500+ O.C.] ON Intel DH55HC
    -- POWERED BY: ARCHLINUX

  3. #3
    Join Date
    Sep 2005
    Beans
    1,596
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: PyGame for Python3

    http://www.pygame.org/wiki/Frequentl...%20Python%203?

    Looks like some modules not all in version 1.9 and SVN
    MBA M1 - M1 8GB 256GB - macOS Monterey
    MSI GL65 - i5-10300H 16GB 512GB GTX 1650 Windows 11
    Galaxy Book Go - Snapdragon 7c Gen 2 4GB 128GB Windows 11

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •