Re: [python-win32] help with parsing email

2008-08-19 Thread Mike Driscoll
Ahmed, Shakir wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Werner F. Bruhin Sent: Monday, August 18, 2008 1:04 PM To: [EMAIL PROTECTED] Cc: python-win32@python.org Subject: Re: help with parsing email Ahmed, Shakir wrote: Thanks everyone wh

[python-win32] Watch window

2008-08-19 Thread bob gailer
Is there a way to have the watch window either stay open or open each time I start debugging? As it is now I have to open it each time. I seem to recall in the dim past that it would open automatically. Build 212 Python 2.5 Win 2003 Server. Thanks so much

Re: [python-win32] help with parsing email

2008-08-19 Thread Tim Roberts
Mike Driscoll wrote: > Ahmed, Shakir wrote: >> but I am getting error before that point and could not go to the user >> account or pass. >> >> M =oplib.POP3(mailserver) >> Traceback (most recent call last): >> File "", line 1, in ? >> File "C:\Python24\lib\poplib.py", line 96, in __init__ >>

[python-win32] Change account email option

2008-08-19 Thread Russell Smith
Is there anyway you could change the email for my account ( [EMAIL PROTECTED]) to [EMAIL PROTECTED] I am getting way too many of these python win32 e-mails and I would like them redirected to my alt e-mail address. ___ python-win32 mailing list python-win

Re: [python-win32] Change account email option

2008-08-19 Thread Tim Roberts
Russell Smith wrote: > Is there anyway you could change the email for my account > ([EMAIL PROTECTED] ) to > [EMAIL PROTECTED] ? I am getting way > too many of these python win32 e-mails and I would like them > redirected to my alt e-mail address

[python-win32] UnicodeDecodeError in WMI interface (Py 2.5; US English XP)

2008-08-19 Thread Elan Ruskin
Hello, I've run into some trouble with the pywin32 WMI interface that seems to be due to unicode translation. I'm trying to read system environment variables using Microsoft's own example here: http://www.microsoft.com/technet/scriptcenter/scripts/python/desktop/exp lorer/dmexpy03.mspx?mfr=true

[python-win32] Re: UnicodeDecodeError in WMI interface (Py 2.5;

2008-08-19 Thread Roger Upole
Elan Ruskin wrote: Hello, I've run into some trouble with the pywin32 WMI interface that seems to be due to unicode translation. I'm trying to read system environment variables using Microsoft's own example here: http://www.microsoft.com/technet/scriptcenter/scripts/python/desktop/exp lorer/dmex