Re: COM server and EXE

2008-01-08 Thread Giles Brown
On 8 Jan, 11:04, Teja <[EMAIL PROTECTED]> wrote: > On Jan 8, 3:33 pm, Teja <[EMAIL PROTECTED]> wrote: > > > > > Hi All, > > > I have a Python COM server. I need to deploy it on various sytems. > > When I run the COM server from > > python its showing an output " Registered : sample.lib" > > > If I

Re: COM server and EXE

2008-01-08 Thread Teja
On Jan 8, 3:33 pm, Teja <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a Python COM server. I need to deploy it on various sytems. > When I run the COM server from > python its showing an output " Registered : sample.lib" > > If I try to use the COM obj from a VB client like: > > obj = CreateObjec