COM makepy util finds multiple versions of my COM object

Tim Roberts timr at probo.com
Mon Feb 5 02:05:07 EST 2007


bg_ie at yahoo.com wrote:
>
>I have a problem where an earlier version of my Com object is being
>used by makepy for early binding. In makepy I see -
>
>MyCom (1.0)
>MyCom (1.0)
>MyCom (2.0)

Is your MyCom object also in Python?  The only way this can happen is if
you are generating different GUIDs every time you register the thing.  If
so, you need to unregister the old version before you register a new one.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list