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

Re: [pygame] movie module?



Hello,

I am also interested on the new module "movieext" with Windows, but I
can't run it. I have download and installed
pygame-1.7.1release.win32-py2.4.exe, but then:

>>> pygame.__version__
'1.7.1release'
>>> pygame.movieext
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "D:\pro\Python24\Lib\site-packages\pygame\__init__.py", line 52,
in __get_attr__
    raise NotImplementedError, MissingPygameModule
NotImplementedError: movieext module not available
>>>

am I doing something wrong?

thanks
arnau

Pete Shinners wrote:

>On Wed, 2005-08-24 at 19:45 -0400, Mare Kuntz wrote:
>  
>
>>The windows version is giving the error 
>>"movie module not available" and the mac version is giving the error 
>>"movieext module not available".
>>    
>>
>
>I'm not sure which dependencies are provided on each platform. The
>traditional "movie" module is based on SMPEG, which is pretty much dead.
>it works fairly well for simple MPEG and MPEG2 movie files.
>
>The "movieext" module is a newer version I wrote awhile back. It doesn't
>support all the features of the regular "movie" module, but it is based
>on libffmpeg, so it plays tons of movie and sound formats.
>
>None, one, or both can be included when pygame is compiled, they just
>require that right libraries they depend on be found.
>
>
>  
>