Il giorno lunedì 20 aprile 2015 10:29:42 UTC+2, gianluc...@gmail.com ha scritto:
> Hi,
>
> i am having a problem when i try to access lotus notes with python, think i
> do all ok but it seems something is going wrong because i can't print any db
> title even if i've opened the .nsf file.
>
> My
On 04/20/2015 04:29 AM, gianluca.pu...@gmail.com wrote:
Hi,
Hi and welcome.
I don't know Lotus Notes, but i can at least comment on some of your
code, pointing out at least some problems.
i am having a problem when i try to access lotus notes with python, think i do
all ok but it seems so
Hi,
i am having a problem when i try to access lotus notes with python, think i do
all ok but it seems something is going wrong because i can't print any db title
even if i've opened the .nsf file.
My code:
import win32com.client
from win32com.client import Dispatch
notesServer='Mail\wed\new\
I would like to interact with Lotus Notes. I wrote following:
>>> from win32com.client.dynamic import Dispatch
>>> ln=Dispatch('Lotus.Notessession')
then, following exception come out:
Traceback (most recent call last):
File "", line 1, in ?
File "C:\Python24\Lib\site-packages\win32com\client\
I have had success with jython using the notes.jar classes, for
example:
import lotus.domino
import java.io
import java.net
import java.lang
import java.util
lotus.notes.NotesThread.sinitThread()
S = lotus.notes.Session.newInstance();
db=S.getDatabase("server/domain","domlog.nsf")
agent=db.getAge
Marco Aschwanden wrote:
> The second line of your code is already a show stopper in my case:
>
> from win32com.client import Dispatch
> session = Dispatch('Lotus.NotesSession')
> session.Initialize('my_secret_passwort')
>
> When started, ends:
> [snip]
> AttributeError: Lotus.NotesSession.Initiali
The second line of your code is already a show stopper in my case:
from win32com.client import Dispatch
session = Dispatch('Lotus.NotesSession')
session.Initialize('my_secret_passwort')
When started, ends:
File
"C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py",
line
thank you Graham
Now I know how to get it thru
And i have last question is it possible send mail from Lotus via
Python/COM?
Once Again Thanks
--
http://mail.python.org/mailman/listinfo/python-list
Grzegorz Slusarek wrote:
> Hello everyone. I have to get data from Lotus Notes and i curious is it
> possible doing it with Python. I heard that Lotus Notes using COM, so
> the Python does so maybe it can be done? Anyone have any experiences
> doing that?
> Ane help will by apreciated
Yes, it's p
Hello everyone. I have to get data from Lotus Notes and i curious is it
possible doing it with Python. I heard that Lotus Notes using COM, so
the Python does so maybe it can be done? Anyone have any experiences
doing that?
Ane help will by apreciated
Gregor
--
http://mail.python.org/mailman/lis
10 matches
Mail list logo