<div>Hi All,</div>
<div>&nbsp;</div>
<div>I have a Python COM server. I need to deploy it on various sytems. When I run the COM server from</div>
<div>python its showing an output &quot; Registered : sample.lib&quot;</div>
<div>&nbsp;</div>
<div>If I try to use the COM obj from a VB client like:</div>
<div>&nbsp;</div>
<div>obj = CreateObject(&quot;sample.lib&quot;)</div>
<div>&nbsp;</div>
<div>Its working fine without any errors</div>
<div>&nbsp;</div>
<div>Now I am trying to convert this COM server to an exe through py2exe and after I run the exe, I am</div>
<div>getting the same output &quot; Registered : sample.lib&quot;</div>
<div>&nbsp;</div>
<div>But If I try to use the COM obj from a VB client like</div>
<div>&nbsp;</div>
<div>obj = CreateObject(&quot;sample.lib&quot;)</div>
<div>&nbsp;</div>
<div>A console pops up saying &quot; Registered : sample.lib&quot; and VB application hangs there.</div>
<div>Its throwing a VB error that &quot;ActiveX object cannot be created......etc etc&quot;</div>
<div>&nbsp;</div>
<div>Any suggestions please.......</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Tejovathi</div>