reset password
Author Message
disrael
Posts: 44
Posted 12:04 May 16, 2015 |

Has anyone been able to use the pygame.movie library correctly. I've been messing with it a bit and can't seem to get it to work properly. This is the error I'm currently getting when I try to use it.

NotImplementedError: movie module not available
(ImportError: No module named 'pygame.movie')

 

clarenceann
Posts: 16
Posted 12:06 May 16, 2015 |
You probably need to download a package or something
disrael
Posts: 44
Posted 12:08 May 16, 2015 |
clarenceann wrote:
You probably need to download a package or something

It should be included in the primary pygame library. Also, even when I try to import it as pygame.movie I get a similar error.