views:

83

answers:

0

Hi,

I am currently using the win32com module of CPython to use a DLL. I know some people using IronPython to automagically get the list of functions provided by this DLL. They don't need to register the DLL.

I'd like to do the same as them but with CPython.

1) Is it possible to use CPython and win32com to connect to a dll reg-free. How to make it reg-free?

2) How to get the list of functions provided by the DLL? I'd like to create a CPython module providing the whole list of functions.

Any idea?

Thanks a lot, GIL