Re: COM makepy util finds multiple versions of my COM object

2007-02-04 Thread Tim Roberts
[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

COM makepy util finds multiple versions of my COM object

2007-02-02 Thread bg_ie
Hi, 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) I created version 2 of my Com object hoping that this would solve the problem but makepy is still using an earlier version. I can solve