[EMAIL PROTECTED] 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, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list