I am using Windows 7, 32-bit python 2.6, 2.7 and the latest win32 release.<div><ul><li>makepy seems to work, I find what appears to be the one and only appropriate library and it places an early binding skeleton file in the expected gen_py directory.  Anticipated classes and methods are observed.</li>

<li>Whenever I call win32com.client.Dispatch on the &quot;common name&quot; (as derived from the skeleton file) it seems to return the dynamic dispatched version (even after using the EnsureModule method)</li><li>When I try calling a known method on the returned COM object I get an AttributeError</li>

<li>I&#39;ve also tried using every CLSID I can find in my skeleton file c = Dispatch(CLSID) which results in either a &quot;Class not registered&quot; or an object that also gives an AttributeError for a known method.</li>

</ul><div><br></div><div>The inability to give me the makepy generated early bound COM libary makes me think I am somehow not referring to it correctly.  I am new to COM and win32 so I am not sure how to debug from here.</div>

<div><br></div><div>Thanks,</div></div><div><br></div><div>-b</div>