Hi Jake, Either install PIL for Python2.5, if possible, or use an other external software. I use imageMagick a lot. The command-line executable is called "convert". See the online doc for how to use it. I personnally use Twisted for handled subprocesses... but you could use subprocess or os.system.
a 2009/7/27 Jake b <[email protected]>: > What's the best way to convert to a gif animation? I have a list of > Surfaces, that I will use as each frame. > Searching, it looked like PIL is the answer, but the installer requires > python 2.2, while I have 2.5. > -- > Jake > -- Alexandre Quessy http://alexandre.quessy.net/
