Re: [python-win32] Passing data to/from Python script

2009-11-18 Thread Mark Hammond
On 19/11/2009 5:13 AM, Hung Nguyen wrote: Thank you Mark. I will look at the .h file for more details as you suggested. However if you can elaborate a little bit more at a high level as how to pass a COM objects between host application and scripts, that would be of great help. Also, I am wond

Re: [python-win32] Passing data to/from Python script

2009-11-18 Thread Hung Nguyen
stuff like that? Thanks, Hung. - Original Message From: Mark Hammond To: Hung Nguyen Cc: Python-Win32 List Sent: Tue, November 17, 2009 6:13:23 PM Subject: Re: [python-win32] Passing data to/from Python script On 18/11/2009 1:05 PM, Hung Nguyen wrote: > Hi Mark, > >

Re: [python-win32] Passing data to/from Python script

2009-11-17 Thread Mark Hammond
f you need further information. Thanks, Hung. - Original Message From: Mark Hammond To: Hung Nguyen Cc: Python-Win32 List Sent: Tue, November 17, 2009 5:50:21 PM Subject: Re: [python-win32] Passing data to/from Python script On 18/11/2009 8:48 AM, Hung Nguyen wrote: I am working

Re: [python-win32] Passing data to/from Python script

2009-11-17 Thread Hung Nguyen
Hung. - Original Message From: Mark Hammond To: Hung Nguyen Cc: Python-Win32 List Sent: Tue, November 17, 2009 5:50:21 PM Subject: Re: [python-win32] Passing data to/from Python script On 18/11/2009 8:48 AM, Hung Nguyen wrote: > I am working on an application that has Python embeded

Re: [python-win32] Passing data to/from Python script

2009-11-17 Thread Mark Hammond
On 18/11/2009 8:48 AM, Hung Nguyen wrote: I am working on an application that has Python embeded into it to run Python scripts. Using the Python for Windows extension, what is the best way to pass data, potentially COM objects, back and forth between the host application and the scripts. "Pass