[python-win32] Re: Greetings and win32 com events question (Typo corrected)

2005-01-27 Thread Robert Kaplan
Hi, Apologies, I screwed up with a typo. AcEvents was another class identical to AccessEvents. The problem is the same. class AcEvents def OnActivate(self): print "Hello from Access" return 1 self. ac = Dispatch ("Access.Application") self. db = self. ac. NewCu

Re: [python-win32] Re: PIL issue with desktop wallpaper changing

2005-01-27 Thread Paul Moore
On Wed, 26 Jan 2005 17:41:10 -0600, Chris Stromberger <[EMAIL PROTECTED]> wrote: > One more clue. If I change the code to resize always, then the > corrupt jpg fails in the call to im.resize (before it attempts to call > im.save), and thereafter there are no problems--the subsequent normal > jpgs

RE: [python-win32] How to access Visual Basic's "Application" obj ect, in Python

2005-01-27 Thread Tim Golden
[Tony Cappellini] | | I am trying to mimic a short VB program in Python, which | iterates over an | Outlook 2002 global address list. | | However, I don't know what to use in Python, for VB's | Application object, which is like a pointer to the entire | process that is running the application

RE: [python-win32] Greetings and win32 com events question

2005-01-27 Thread Tim Golden
[Robert Kaplan] | I'm new to the mailing, so greetings all! Welcome. As a word of warning, this is a relatively low-activity list and I don't know what the overlap is between this and the main python list. If you get no response (or no solution) here, you might want to try the Python list. | I'm