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, #send

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

2013-01-29 Thread Hsu. Victor (GSM)
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: I am trying to use this python sample code to create automatic daily report. http://bytes.com/topic/python/answers

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

2013-01-29 Thread Hsu. Victor (GSM)
: [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 Document function works now. However, my intention is to send

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

2013-01-29 Thread Hsu. Victor (GSM)
: [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 Document function works now. However, my intention is to send