Re: [Ironpython-users] AttributeError when using methods from a DirectShowLib Interface

2015-04-25 Thread Jeff Hardy
On Wed, Apr 8, 2015 at 2:04 PM, Sebastián Magrí wrote: > Hi! > > I'm trying to use DirectShowLib for some basic media detection with the > `IMediaDet` interface. However, trying to use methods of the interface from > the instance throws `AttributeError` every time. Hi Sebastián, Apologies for the

[Ironpython-users] AttributeError when using methods from a DirectShowLib Interface

2015-04-09 Thread Sebastián Magrí
Hi! I'm trying to use DirectShowLib for some basic media detection with the `IMediaDet` interface. However, trying to use methods of the interface from the instance throws `AttributeError` every time. This is the script I'm using to test: --- import clr clr.AddReference('DirectShowLib')