Re: Directshow in Python

2008-09-18 Thread Thomas Heller
Sayanan Sivaraman schrieb: > Hey all, > > I'm trying to use DirectShow to display videos [I'm kind of new to > Python, from more of a C++ background on windows]. I found some > sample code online, but I am having trouble with calling the I > > import ctypes > from ctypes import * > from comtypes

Directshow in Python

2008-09-18 Thread Sayanan Sivaraman
Hey all, I'm trying to use DirectShow to display videos [I'm kind of new to Python, from more of a C++ background on windows]. I found some sample code online, but I am having trouble with calling the I import ctypes from ctypes import * from comtypes import client from ctypes.wintypes import *