Python problem accessing lotus notes

Joined
Apr 17, 2015
Messages
1
Reaction score
0
Hi all,

i am using movpy for accessing lotus notes using python, i 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:

Code:
import win32com.client
from win32com.client import Dispatch

notesServer='Mail\wed\new\IT'
notesFile= 'Apps\Mydb.nsf'
notesPass    = 'mypass'

session = Dispatch('Lotus.NotesSession')
session.Initialize(notesPass)
print "----------------"

db = session.getDatabase(notesServer, notesFile)

print db.Open
print db.IsOpen
print db.Title

and this is what i get:

----------------
<bound method CDispatch.Open of <COMObject <unknown>>>
False

Please can u help me?
Luca
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,831
Latest member
HealthSmartketoReviews

Latest Threads

Top