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,
>
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
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
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:
>
>
>