Re: [python-win32] pywin32 py2exe

2011-06-06 Thread Umesh Sharma
crashes means it just after double clicking on exe file it opens prompt window and after some mili second it closes. And about that part i have used pump message but first i want that exe of this file should run properly. ___ python-win32 mailing list

[python-win32] pywin32 py2exe

2011-06-03 Thread Umesh Sharma
hi, i am working on outlook automation , in my code i am using dispatchwithevents method for capturing events of outlook as newmail ,itemsend .The code works fine in command line but after converting it into exe file using py2exe ,the generated exe file crashes . I am not using dispatch for

[python-win32] outlook new mail handling

2011-05-24 Thread Umesh Sharma
hi, i am building application for outlook in my application i need to capture the NewMailEx event of Outlook which fires when a new mail arrived. I have tried using win32event but i failed can please anyone tell me how to capture new mail of outlook using event handler thanks Umesh Kumar Sharma