Re: [python-win32] Byte arrays and COM

2010-03-02 Thread Tim Roberts
Dave Cross wrote: Hi All, I'm tying myself in knots trying to pass a byte array between a C++ DLL and python. More accurately, between a COM server and Python. The strategies are somewhat different. The simplified IDl looks like this: HRESULT Test([in,out] int *len, [in,out,

[python-win32] Pyvisa_GPIB problem

2010-03-02 Thread H. Sinan Aksimsek
Hi all, I want to control the HP 438A with python, get power information and plot it over time. This is my first python project and I need just to control power meter and get information as I said before. There is no time to learn step by step the python. I installed the phton 2.6,

Re: [python-win32] Pyvisa_GPIB problem

2010-03-02 Thread Tim Roberts
H. Sinan Aksimsek wrote: I want to control the HP 438A with python, get power information and plot it over time. This is my first python project and I need just to control power meter and get information as I said before. There is no time to learn step by step the python. I installed the

[python-win32] How to get Outlook headers

2010-03-02 Thread Antony Joseph
Dear all, I am trying to read the Message date from Outlook, I get the message date easily by using PR_TRANSPORT_MESSAGE_HEADERS only for the emails sent over the Internet. If the email was sent internally using exchange the mail headers are not exist on this PR_TRANSPORT_MESSAGE_HEADERS. How

Re: [python-win32] How to get Outlook headers

2010-03-02 Thread Massa, Harald Armin
Antony, for dealing with Outlook I can really recommend http://www.dimastr.com/redemption/ it is around 200 Money Units; and it saves you a lot of challenges ... I am trying to read the Message date from Outlook, I get the message date easily by using PR_TRANSPORT_MESSAGE_HEADERS only for