Access lotus notes using Python

Kartic removethis.kartic.krishnamurthy at gmail.com
Mon May 23 08:04:04 EDT 2005


The Great 'Sateesh' uttered these words on 5/23/2005 7:14 AM:
> Hi,
> Is it possible to access Lotus notes using Python? Can anyone provide me
> some pointers?
> 
> Thanks
> Sateesh
> 
> 

Yes, you can... You need the win32all distribution installed and you can 
access Notes using the COM interface (win32com.client).

Google for "Lotus Notes Python" gave the following as the first match.

http://www.dominopower.com/issuesprint/issue200008/command.html

Dig around.

Win32-perl has some nice COM examples for accessing Notes also. You can 
convert the Perl-win32 examples to  Python rather easily without knowing 
much perl.

Cheers,
-Kartic



More information about the Python-list mailing list