Sateesh wrote:
> Hi,
> Is it possible to access Lotus notes using Python? Can anyone provide me
> some pointers?
> 
> Thanks
> Sateesh
> 
> 

NotesSQL is an ODBC driver for Notes.

Using NotesSQL and a python odbc connection you can use the standard 
python db-api2 to access tables.

(Examples of odbc connection: mxODBC or the odbc provided by win32all)

HTH,

Thor Arne Johansen
Technical Director
Ibas AS

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to