kj7ny wrote:

> To be more exact, I am trying to use Python to talk to a Livelink
> system (http://www.opentext.com/) through their LAPI interface (.dll's,
> I think).  I'll see if I can generate a more intelligent answer to your
> question, but for now, I'm far enough in the dark that this is as good
> as I can get.

API is a vague term referring to the interface to an application, which
could take one of many forms. The form it takes dictates the method you
need to use here.

If indeed it is via DLLs, then the ctypes module may help. Otherwise,
you need to find out precisely what form the API takes.

-- 
Ben Sizer

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

Reply via email to