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 -- http://mail.python.org/mailman/listinfo/python-list