[python-win32] [Re: getting email adresses from outlook]

2005-06-06 Thread Jürgen Kareta
Hi Tony, I've written a python program which loops over an Outlook distribution list, so I can pull off the names of the people on it. When my program tries to run Outlook, Outlook pops up a Dialoge I'd like to know what CDO is and how to install it. for installing look at

[python-win32] com object gives a pointer to a C++ struct array back

2005-06-06 Thread Gijs Korremans
Hi one of the functions in a com object I have to use gives me a pointer to the firtst struct in an array back. With Python it's possible to use the first truct, but is it possible to use the others as well? //for example: PointerToFirstStruct = comObj.GetPackets() argOne =

[python-win32] getting global addressbook with extended mapi

2005-06-06 Thread Jürgen Kareta
Hello, I followed Marks hint and tried to get my global addressbook entries with extended mapi. from win32com.mapi import mapiutil from win32com.mapi import exchange import pprint,pythoncom profileName = Test session = mapi.MAPIInitialize(None) session =mapi.MAPILogonEx(0,'test',None,

[python-win32] Problem with gencache.EnsureModule

2005-06-06 Thread Johannes Brunen
Hi, First, I'm new to this list as well as new to python/pythonCom. I have tried to connect to a COM server installed on my machine with this little script: import win32com.client from win32com.client import gencache def main():

Re: [python-win32] Problem with gencache.EnsureModule

2005-06-06 Thread Niki Spahiev
Johannes Brunen wrote: File C:\DOKUME~1\Arthur\LOKALE~1\Temp\gen_py\2.4\9C3BB401-114D-11D4-AC72-00105A4925FCx0x1x2\__init__.py, line 57 Remove encoding comment from start of this file. HTH Niki Spahiev ___ Python-win32 mailing list

Re: [python-win32] IIS CGI installation

2005-06-06 Thread Tim Roberts
On Sat, 4 Jun 2005 11:27:28 -0700, Robert Brewer [EMAIL PROTECTED] wrote It's probably considered insecure because you are passing params (%s) to python on the command line. Those clever hackers could find a way to pass Nasty Things, like del C: Performance will be intolerable, since each page

[python-win32] Windows LogParser COM interface

2005-06-06 Thread Tim Roberts
On Mon, 6 Jun 2005 08:52:46 -0400, Ronnie Jones [EMAIL PROTECTED] wrote: I am trying to access LogParser 2.2 through the COM interface provided and I am having a bit of a problem. Here is what is going on: First up is the VBScript version of the code then comes the Python version. ... Here

[python-win32] COM Events and Type libraries

2005-06-06 Thread Shane Holloway (IEEE)
I've been having a devil of a time trying to get events working in win32com with an attached Type library. It seems like I'm missing something obvious, but I haven't been able to figure it out. So I'd like to ask your collective wisdom! My code is at: