[python-win32] PyIEnumMoniker

2007-09-19 Thread Radu Ciora
Hi guys, Can someone tell me how to use PyIEnumMoniker? I've tried : import pythoncom print PyIEnumMoniker.Next() but I get the error: NameError: global name 'PyIEnumMoniker' is not defined. Thanks a million, Radu. ___ Want id

Re: [python-win32] PyIEnumMoniker

2007-09-19 Thread Mark Hammond
> Can someone tell me how to use PyIEnumMoniker? > I've tried : > import pythoncom > > print PyIEnumMoniker.Next() > but I get the error: > > NameError: global name 'PyIEnumMoniker' is not defined. IEnumMoniker is just a COM interface - generally an object implementing that interface will be re