[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] I have Python 2.3 and 2.4; can't use pygame



Thanks very much. I now have the contents of your .zip file (43 objects) in Python24\Lib\site-packages\pygame .

But this time when I run playMP3.py I get

Warning (from warnings module):
  File "C:\Python24\MyScripts\playMP3.py", line 2
    Lmove=pygame.movie.Movie('C:/python23/02-25-Buffet_Investor_Lunch.mp3')
RuntimeWarning: use movieext: No module named movieext

Traceback (most recent call last):
File "C:\Python24\MyScripts\playMP3.py", line 2, in -toplevel-
Lmove=pygame.movie.Movie('C:/python23/02-25-Buffet_Investor_Lunch.mp3')
File "C:\Python24\lib\site-packages\pygame\__init__.py", line 41, in __getattr__
raise NotImplementedError, MissingPygameModule
NotImplementedError: movieext module not available


Here's playMP3.py again:
===========playMP3.py===========
import pygame, time
Lmove=pygame.movie.Movie('C:/python23/02-25-Buffet_Investor_Lunch.mp3')
Lmove.play()
time.sleep(10)
Lmove.stop()
==================================

Dick Moores

Tom Flanagan wrote at 12:50 12/12/2004:
I have managed to compile pygame-1.6.2 for python-2.4. I haven't
managed to do the same for pygame-cvs, or Numeric, or anything else
yet, but if you want you can get it from my site, here:
http://h4xn3t.zapto.org:8080/pygame-1.6.2-python-2.4.zip
Just extract that into Python24\Lib\site-packages and it should work.

~Knio

On Sun, 12 Dec 2004 12:24:45 -0800, Israel C. Evans
<israel@xxxxxxxxxxxxxxx> wrote:
> <snip>
> I think that any Pygame installer you get will be strictly for
> Python2.3. As far as I know (and that ain't much of a walk), one would
> have to compile pygame and all it's dependancies by one's lonesome in
> order to have Pygame for Python2.4.  This is something that I've been
> failing at for the last week or so.  I keep getting stuck on the
> PyOpenGL module and it's dependancies.
>
> At anyrate, I'd love to be wrong and have a python2.4 ready pygame
> binary or easy installation script but I think Pygame's wonderful
> maintainers are working terribly hard on a lot of other stuff and a new
> and updated version is still in the works. I've heard that there might
> be something before the new year....  I must emphasize however that I'm
> completely in the dark here and am only making wild speculations as to
> what's actually going on.
>
> ~Israel~
>