Re: [Python.NET] Unbound methods from a .net assembly

2008-04-28 Thread Shawn Edwards
D'oh! I told you it was something stupid I was doing. Thanks for the kick in the head. On Mon, Apr 28, 2008 at 8:41 PM, Maksim Kozyarchuk < [EMAIL PROTECTED]> wrote: > Shawn, > GetAvailableDevices is a method, you should be calling it. > > I.e. > for r in QuickCam.GetAvailableDevices()

[Python.NET] Unbound methods from a .net assembly

2008-04-28 Thread Shawn Edwards
I am trying to use the QuickCamLib library with Python.net. I looks like I'm not getting the .net library loaded right, but I'm new to Python.net and to .net in general, so I'm not sure I'm doing everything right. The quickcamlib is here: http://grazz.com/projects/quickcamlib Here's what I get o