Re: [python-win32] Regarding COM server and exe

2008-01-09 Thread Tejovathi P
M server works fine and I am able > to access the public functions in VB application. > > Problem comes with the EXE version of the COM server, VB application jus > hangs while executing, > Set obj = CreateObject("sample.lib") > > > > On 1/8/08, Pra

Re: [python-win32] Regarding COM server and exe

2008-01-08 Thread Mark Hammond
i P Sent: Tuesday, 8 January 2008 10:04 PM To: Pramod P G; python-win32@python.org Subject: Re: [python-win32] Regarding COM server and exe Here is my sample COM server and py2exe setup file testCOM.py import win32com.client import os.path import shutil from win32api import Sleep import string

Re: [python-win32] Regarding COM server and exe

2008-01-08 Thread Tejovathi P
ersion of the COM server, VB application jus > hangs while executing, > > Set obj = CreateObject("sample.lib") > > > > On 1/8/08, Pramod P G <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Try out this statement > > > > > > > > Th

Re: [python-win32] Regarding COM server and exe

2008-01-08 Thread Tejovathi P
bject("sample.lib") > > > > Thanks and regards, > > Pramod P G > > > -- > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Tejovathi P > *Sent:* Tuesday, January 08, 2008 3:57 PM > *To:* python-win32@python.org > *Subject:* [

[python-win32] Regarding COM server and exe

2008-01-08 Thread Tejovathi P
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