How to handle video & alpha channel

2005-09-02 Thread Mic
I'm looking for a way to build a little player (if possibile with python ) that could handle common video file formats (mpeg or other) with above an image with alpha channel (png or other) Is there a way to make this with python and available libs (PIL etc)? TIA MB -- http://mail.python.org

String.Template Source ...

2009-05-08 Thread Mic Pringle
the bundled version of Python. Thanks -Mic -- http://mail.python.org/mailman/listinfo/python-list

Re: String.Template Source ...

2009-05-08 Thread Mic Pringle
Brilliant, thanks Peter. -Mic 2009/5/8 Peter Otten <__pete...@web.de>: > Mic Pringle wrote: > >> I'd like to have a 'dig around' in the source for String.Template, but >> can't seem to find where it lives. > > I assume that you mean string.Tem