Is this what you were thinking of?
http://liris.cnrs.fr/advene/
I just happened to stumble across it. It uses VLC which looks like it
will work well for what I want to do. Now I just have to build the
python MediaCtrl binding.
ER
On 5/18/07, Niki Spahiev <[EMAIL PROTECTED]> wrote:
> IIRC there
Ross McKerchar wrote:
> I've spent a good few hours bashing away and have found two ways which
> appear to work with my simplistic test suite. However I'm not
> particularly comfortable with either of them (the black magic I'm using
> is all a bit new to me). Consequently if anyone has time to h
Some time ago, Sidnei writes:
> Sent: Friday, 22 December 2006 11:24 AM
> To: python-win32@python.org
> Subject: [python-win32] AMD64 support
>
>
> Hi there,
>
> I've spent some time today experimenting with building pywin32 for
> AMD64. That is, mostly the Py_ssize_t changes from PEP 353 and
> wh
> On 5/23/07, Mark Hammond <[EMAIL PROTECTED]> wrote:
> > I think the problem is likely related to the "main frame"
> issue quoted below.
> > I suggest you debug what the app's "main frame" is at any
> given point in
> > time, and confirming the value is still appropriate.
>
> I tried putting th
On 5/23/07, Mark Hammond <[EMAIL PROTECTED]> wrote:
> I think the problem is likely related to the "main frame" issue quoted below.
> I suggest you debug what the app's "main frame" is at any given point in
> time, and confirming the value is still appropriate.
I tried putting this statement in th
A few months ago I posted asking for some advice on ways to extend
classes provided by com objects.
Primarily I was keen to make a com library that I work with a lot
(Notes/Domino if anyone's interested) nicer and more pythonic to use.
I've spent a good few hours bashing away and have found two