--- trunk/doc/examples/pyvisi/movie.py 2007/06/21 02:04:47 1200 +++ trunk/doc/examples/pyvisi/movie.py 2007/06/21 04:42:56 1201 @@ -31,7 +31,7 @@ cam1 = Camera(scene = s, viewport = Viewport.SOUTH_WEST) # Create a movie. -mov = Movie() +mov = Movie("config_temp") #lst = [] # Read in one file one after another and render the object.