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
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
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 = CreateObject("sample.lib")
Its working fine without any errors
Now I am try