Re: [python-win32] OpenDataSource failed inms-word-mail-merge-automation

2013-01-30 Thread Tim Roberts
Hsu. Victor (GSM) wrote: > I fixed it by doing some modification. > > data_source_name = os.path.abspath('recipient.csv') > mm.OpenDataSource(data_source_name) > > And the "Word Merge To Document" function works now. > However, my intention is to send an email. So I change some setting, >

Re: [python-win32] OpenDataSource failed inms-word-mail-merge-automation

2013-01-29 Thread Hsu. Victor (GSM)
rts'; Python-Win32 List Subject: RE: [python-win32] OpenDataSource failed inms-word-mail-merge-automation Hi Tim, I fixed it by doing some modification. data_source_name = os.path.abspath('recipient.csv') mm.OpenDataSource(data_source_name) And the "Word Merge To Do

Re: [python-win32] OpenDataSource failed inms-word-mail-merge-automation

2013-01-29 Thread Hsu. Victor (GSM)
2013 11:45 AM To: 'Tim Roberts'; Python-Win32 List Subject: RE: [python-win32] OpenDataSource failed inms-word-mail-merge-automation Hi Tim, I fixed it by doing some modification. data_source_name = os.path.abspath('recipient.csv') mm.OpenDataSource(data_source_name) An

Re: [python-win32] OpenDataSource failed inms-word-mail-merge-automation

2013-01-29 Thread Hsu. Victor (GSM)
rom: python-win32 [mailto:python-win32-bounces+victor_hsu=compalcomm@python.org] On Behalf Of Tim Roberts Sent: Wednesday, January 30, 2013 2:00 AM To: Python-Win32 List Subject: Re: [python-win32] OpenDataSource failed inms-word-mail-merge-automation Hsu. Victor (GSM) wrote: > > >