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
result should run on linux systems.

Is there something like thin in linux world?

thanks
giammy

-- 
http://mail.python.org/mailman/listinfo/python-list


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("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 searched both python and pygame site with no succes :-(

thanks
giammy

-- 
http://mail.python.org/mailman/listinfo/python-list