Re: [python-win32] meaning of bin string representation ofPR_ENTRYID

2007-06-28 Thread Christian K.
Mark Hammond wrote: >> > The values above already *are* a hexadecimal value - you >> > can't safely change any part of it. >> >> I do not want to change it. I hoped that the extracted part might be >> enough to identify a message within one message store. > > That's what I meant - I should have sa

Re: [python-win32] meaning of bin string representation ofPR_ENTRYID

2007-06-28 Thread Mark Hammond
> > The values above already *are* a hexadecimal value - you > > can't safely change any part of it. > > I do not want to change it. I hoped that the extracted part might be > enough to identify a message within one message store. That's what I meant - I should have said "you can't make any assump

Re: [python-win32] meaning of bin string representation of PR_ENTRYID

2007-06-28 Thread Christian K.
Mark Hammond wrote: >> can anybody tell me the meaning of the binary string >> representation of a >> PR_ENTRYID, as obtained by calling GetProps() on a mail item? > > Its a binary value that is unique for the item (but only unique within the > store - PR_STORE_ENTRYID will tell you the store ID)

Re: [python-win32] meaning of bin string representation of PR_ENTRYID

2007-06-28 Thread Mark Hammond
> can anybody tell me the meaning of the binary string > representation of a > PR_ENTRYID, as obtained by calling GetProps() on a mail item? Its a binary value that is unique for the item (but only unique within the store - PR_STORE_ENTRYID will tell you the store ID) > I get e.g. the following I

[python-win32] meaning of bin string representation of PR_ENTRYID

2007-06-28 Thread Christian K.
Hi, can anybody tell me the meaning of the binary string representation of a PR_ENTRYID, as obtained by calling GetProps() on a mail item? I get e.g. the following IDs: 3C437E32AFD11C49ABB743DDE9EDFE6BE4652000 3C437E32AFD11C49ABB743DDE9EDFE6B24602000 3C437E32AFD11C49ABB74

Re: [python-win32] polling with os.popen3

2007-06-28 Thread Tim Roberts
TK Soh wrote: > I'm trying to use os.popen3 to replace subprocess.Popen for python 2.3 > compatibility. According to the document, os.Popen3 class is not > supported on Win32, so I can't poll() the pipe. I wonder how I can > check if the process open by os.popen3 is still running. Thanks in > advan

[python-win32] polling with os.popen3

2007-06-28 Thread TK Soh
I'm trying to use os.popen3 to replace subprocess.Popen for python 2.3 compatibility. According to the document, os.Popen3 class is not supported on Win32, so I can't poll() the pipe. I wonder how I can check if the process open by os.popen3 is still running. Thanks in advance for any advice or poi

[python-win32] Re: Anyone else have windows context menus fail to

2007-06-28 Thread Roger Upole
> I noticed the "Edit" context menu option in Windows Explorer was > opening an older version of pythonwin. I re-ran the pywin32 210 > installer to see if it would patch it up, but no dice. > > I can hand-correct these of course, but shouldn't it be working out of > the box? Flaw in the installer?

Re: [python-win32] Controlling Windows based programs

2007-06-28 Thread Graeme Glass
On 6/28/07, Chandra,Devendran <[EMAIL PROTECTED]> wrote: Hie, I am a newbie to python. I hope this question is not so silly to programmers out there I am a test engineer discovering python, and my thoughts are skewed towards engineering issues (^_^) I have a program that accesses EEPRO

[python-win32] Controlling Windows based programs

2007-06-28 Thread Chandra,Devendran
Hie, I am a newbie to python. I hope this question is not so silly to programmers out there I am a test engineer discovering python, and my thoughts are skewed towards engineering issues (^_^) I have a program that accesses EEPROM from the serial port , which is bundled together with th