Getting a ValueError with comtypes

2006-10-05 Thread winkatl1213
Hello, I am working with comtypes to interface Microsoft's DirectShow library. First, I found a Type Library on the internet that was created for accessing DirectShow from .NET. It seems that DirectShow only comes with IDL files and no type library. This got me started. The following line impo

Re: Getting a ValueError with comtypes

2006-10-05 Thread winkatl1213
Thomas, Thanks a ton for the quick response. I called GetModule('quartz.dll'), and now I can at least call IMediaControl::Run. I get another error, but that's my problem (I don't have the graph set correctly yet). You mentioned that you sometimes create a type library for creating the interface

Cross compiling 2.5.1

2007-08-02 Thread winkatl1213
I was wondering if anyone could help me with cross-compiling Python 2.5.1 to a MIPS target. The approach I'm using is based off the suggestion in the README file that comes with the python source distribution. I managed to get the configure script to run using the following command line: $ ../Py