The Great 'Sateesh' uttered these words on 5/23/2005 7:14 AM:[color=blue]
> Hi,
> Is it possible to access Lotus notes using Python? Can anyone provide me
> some pointers?
>
> Thanks
> Sateesh
>
>[/color]
Yes, you can... You need the win32all distribution installed and you can
access Notes using the COM interface (win32com.clien t).
Google for "Lotus Notes Python" gave the following as the first match.
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.
On 5/23/05, Sateesh <sateeshkavuri@ yahoo.com> wrote:[color=blue]
> Hi,
> Is it possible to access Lotus notes using Python? Can anyone provide me
> some pointers?[/color]
"Sateesh" <sateeshkavuri@ yahoo.com> writes:
[color=blue]
> Hi,
> Is it possible to access Lotus notes using Python? Can anyone
> provide me some pointers?[/color]
Kartic wrote:[color=blue]
> The Great 'Sateesh' uttered these words on 5/23/2005 7:14 AM:
>[color=green]
>> Is it possible to access Lotus notes using Python? Can anyone provide me
>> some pointers?[/color]
>
> Yes, you can... You need the win32all distribution installed and you can
> access Notes using the COM interface (win32com.clien t).[/color]
There could be even more cross-platform programming options depending
what "access Lotus Notes" really means for the original poster.
Depending on configuration a Domino server might have several Internet
protocol services for accessing Notes data (POP3, IMAP, LDAP, etc.).
The Great 'Michael Ströder' uttered these words on 5/23/2005 2:43 PM:[color=blue]
> Kartic wrote:
>[color=green]
>>The Great 'Sateesh' uttered these words on 5/23/2005 7:14 AM:
>>
>>[color=darkred]
>>>Is it possible to access Lotus notes using Python? Can anyone provide me
>>>some pointers?[/color]
>>
>>Yes, you can... You need the win32all distribution installed and you can
>>access Notes using the COM interface (win32com.clien t).[/color]
>
>
> There could be even more cross-platform programming options depending
> what "access Lotus Notes" really means for the original poster.
>
> Depending on configuration a Domino server might have several Internet
> protocol services for accessing Notes data (POP3, IMAP, LDAP, etc.).
>
> Ciao, Michael.[/color]
So I guess it upto the Sateesh to tell whether he needs more information
or not.
> >>The Great 'Sateesh' uttered these words on 5/23/2005 7:14 AM:[color=blue][color=green][color=darkred]
> >>>Is it possible to access Lotus notes using Python? Can anyone provide[/color][/color][/color]
me[color=blue][color=green][color=darkred]
> >>>some pointers?[/color][/color][/color]
This might help you get started once you've installed the win32 modules.
Hi,
What I am trying to do is to retrieve data from Lotus Notes Domino server
and display the results in some specific format. I initially thought of
doing it using Java JDBC (specifically thru JdbcDomino.jar file), but was
not successful in getting the jar file (looks like IBM has removed the
support for JDBC for LotusNotes).
So now I am trying Python to get my work done. I downloaded pywin and
installed it. I am trying ways to connect to the Domino server, but could
not get hold of the API to do so. Also pywin itself seems to be having lots
of bugs.
Any help is appreciated.
regards,
Sateesh
"Kartic" <removethis.kar tic.krishnamurt hy@gmail.com> wrote in message
news:Vdrke.1084 $uu.291@newssvr 33.news.prodigy .com...[color=blue]
> The Great 'Michael Ströder' uttered these words on 5/23/2005 2:43 PM:[color=green]
> > Kartic wrote:
> >[color=darkred]
> >>The Great 'Sateesh' uttered these words on 5/23/2005 7:14 AM:
> >>
> >>
> >>>Is it possible to access Lotus notes using Python? Can anyone provide[/color][/color][/color]
me[color=blue][color=green][color=darkred]
> >>>some pointers?
> >>
> >>Yes, you can... You need the win32all distribution installed and you can
> >>access Notes using the COM interface (win32com.clien t).[/color]
> >
> >
> > There could be even more cross-platform programming options depending
> > what "access Lotus Notes" really means for the original poster.
> >
> > Depending on configuration a Domino server might have several Internet
> > protocol services for accessing Notes data (POP3, IMAP, LDAP, etc.).
> >
> > Ciao, Michael.[/color]
>
>
> So I guess it upto the Sateesh to tell whether he needs more information
> or not.[/color]
Sateesh wrote:[color=blue]
> Hi,
> Is it possible to access Lotus notes using Python? Can anyone provide me
> some pointers?
>
> Thanks
> Sateesh
>
>[/color]
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)
Peter Dembinski <pdemb@gazeta.p l> writes:
[color=blue]
> "Sateesh" <sateeshkavuri@ yahoo.com> writes:
>[color=green]
>> Hi,
>> Is it possible to access Lotus notes using Python? Can anyone
>> provide me some pointers?[/color]
>
> jython + LN Java bindings may be usable[/color]
Yes. I do this all the time.
--
Dan Poirier -- Email: my last name at pobox dot com
Comment