pygame is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

pygame / pygame http://pygame.org/

Clone this repository (size: 15.4 MB): HTTPS / SSH
hg clone https://bitbucket.org/pygame/pygame
hg clone ssh://hg@bitbucket.org/pygame/pygame

Issues

#104 ImportError on Python 3.2

Reported by Mahmoud Hossam

I downloaded the 1.9.1 source from the website, and tried to install it on my arch linux, but I get an importError when I try to import the module

Python 3.2.2 (default, Nov 21 2011, 16:50:59) 
[GCC 4.6.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygame
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.2/site-packages/pygame/__init__.py", line 95, in <module>
    from pygame.base import *
ImportError: /usr/lib/python3.2/site-packages/pygame/base.cpython-32mu.so: undefined symbol: PyCObject_Check
>>>

The setup script has only one problem with Python 3.2 which is the use of 'raw_input', but when I changed it to 'input' it ran without problems.

Status: resolved Responsible: Lenard Lindstrom Type: bug Priority: major
Milestone: none Component: pygame (module) Version: 1.9.1

Attachments

No attachments added for this issue yet.

Comments and changes

  1. #1 Lenard Lindstrom

    written

    • Changed responsible from nobody to llindstrom.
    • Changed status from new to resolved.

    When Pygame 1.9.1 was released, Python 3.2 did not even exist. Pygame 1.9.2 (in the repository) does support Python 3.2. Unless there is a need to backport changes to Pygame 1.9.1, this issue is closed.

Add comment / attachment

Verification: Please write the text from the image in the box (letters only)

captcha

Is that you, Humanoid? Is this me?