Re: Help requested -- importing stuff from a .COM DLL into python

2006-05-31 Thread Larry Bates
John D Salt wrote: > I wonder if some kind soul can help me in my struggle with DLLs? > > I am trying -- not because I want to, but because I have been told to -- > to import things from an API that exists as a bunch of .COM DLLs. > > I had originally hoped to get them into a Python 2.4 progra

Help requested -- importing stuff from a .COM DLL into python

2006-05-31 Thread John D Salt
I wonder if some kind soul can help me in my struggle with DLLs? I am trying -- not because I want to, but because I have been told to -- to import things from an API that exists as a bunch of .COM DLLs. I had originally hoped to get them into a Python 2.4 program by a simple import statement