movie module

2005-12-07 Thread giangiammy
hi all, tryng python with pygame, I get the followinf error: faberdanaio.py:28: RuntimeWarning: use movie: No module named movie animation = pygame.movie.Movie("images/film.mpeg") Traceback (most recent call last): File "faberdanaio.py", line 28, in ? animation = pygame.movie.Movie("image

python: how to get an executable archive?

2005-12-07 Thread giangiammy
Hi all, I'm starting to approch python: I find it a powerful language, but, I'd like to get, ad result of my program, something containing every python lib necessary to run (on linux systems): i.e.: my application should be bounbled with the python interpreter and the needed python modules: the r