Re: Help with movie module

2010-07-06 Thread Rodrick Brown
Did you try emailing the author of this application? 2010/7/6 Jose Ángel Quintanar Morales > Hi, I'm sorry by my bad english. > > I have a little problem with pygame.movie module when I try work whit him > show this problem > > [josean...@qumax reproductor]$ python packbox.py > packbox.py:64: Ru

Help with movie module

2010-07-06 Thread Jose Ángel Quintanar Morales
Hi, I'm sorry by my bad english. I have a little problem with pygame.movie module when I try work whit him show this problem [josean...@qumax reproductor]$ python packbox.py packbox.py:64: RuntimeWarning: use mixer: No module named mixer (ImportError: No module named mixer) pygame.mixer.quit()

Re: movie module

2005-12-07 Thread davidtweet
Hello, It would be helpful to know what platform you are on, because it appears that the movie module of pygame is not implemented for Windows currently: http://www.pygame.org/docs/ref/movie.html The page recommends PyMedia as an alternative: http://www.pymedia.org Finally, you might get a

movie module

2005-12-07 Thread giangiammy
= pygame.movie.Movie("images/film.mpeg") File "/usr/lib/python2.3/site-packages/pygame/__init__.py", line 52, in __getattr__ raise NotImplementedError, MissingPygameModule NotImplementedError: movie module not available I'm missing the movie module: where can I find it? I