jwasys

Results 2 issues of jwasys

With py27: `displaywindow_names = self.com_object.DisplayWindowNames()` `print(displaywindow_names)` yields: `` With py36 and py35: `` When I do: `_oleobj_ = displaywindow_names._oleobj_.QueryInterface(STRINGCOLLECTION_CLSID, pythoncom.IID_IDispatch)` `displaywindow_names= win32com.client.CastTo(displaywindow_names, 'IStringCollection')` `displaywindow_names._oleobj_ = _oleobj_` I get a working...

…d of a __init__.py. Now we can parse a tree of .proto files with multiple .proto files in each sub dir without overwriting the __init__.py with every invocation of the...