Python COM troubles
Carey Evans
c.evans at clear.net.nz
Fri Apr 28 05:41:51 EDT 2000
More information about the Python-list mailing list
Fri Apr 28 05:41:51 EDT 2000
- Previous message (by thread): Python COM troubles
- Next message (by thread): Python COM troubles
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Mark Hammond" <mhammond at skippinet.com.au> writes: > If you search deja news, there should be lots of info about this - but > generally relating to "Lotus Notes", which also has the same problem. > > [BTW - drop them a line, and tell them they should fix their objects :-] Good news! From 5.0.2b onwards the Notes client comes with a new COM interface, in addition to the old `OLE Automation' that doesn't work very well. It's only an interface to the backend objects, i.e. things like NotesSession and NotesDatabase, not the objects with "UI" in their names, but it's better than LotusScript. -- Carey Evans http://home.clear.net.nz/pages/c.evans/ "I can't believe it's not Cthulhu!"
- Previous message (by thread): Python COM troubles
- Next message (by thread): Python COM troubles
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list