Opened 19 years ago

Closed 19 years ago

#3453 closed defect (duplicate)

py-game does not install font, mixer, sndarray modules

Reported by: benwill@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

The current py-game portfile doesn't seem to install the font, mixer and sndarray modules (others?) even though smpeg, libsdl_mixer are present.


[ben@assam-tol examples] $ port info py-game py-game 1.6.2, python/py-game http://www.pygame.org ...


[ben@assam-tol examples] $ pythonw Python 2.4.1 (#1, Jun 11 2005, 16:02:55) [GCC 4.0.0 20041026 (Apple Computer, Inc. build 4061)] on darwin Type "help", "copyright", "credits" or "license" for more information.

import pygame pygame.font

main__:1: RuntimeWarning: use font: No module named font Traceback (most recent call last):

File "<stdin>", line 1, in ? File "/opt/local/lib/python2.4/site-packages/pygame/init.py", line 41, in

getattr

raise NotImplementedError, MissingPygameModule

NotImplementedError: font module not available

pygame.sndarray

main__:1: RuntimeWarning: use sndarray: No module named sndarray Traceback (most recent call last):

File "<stdin>", line 1, in ? File "/opt/local/lib/python2.4/site-packages/pygame/init.py", line 41, in

getattr

raise NotImplementedError, MissingPygameModule

NotImplementedError: sndarray module not available

Change History (1)

comment:1 Changed 19 years ago by benwill@…

Resolution: duplicate
Status: newclosed

* This bug has been marked as a duplicate of 3454 *

Note: See TracTickets for help on using tickets.