Replies: 1 comment
-
Closing as original poster does not exist |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am missing a point in the documentation.
I would like to write an extension function in C for
Python on Windows. This function will hold a *IDispatch
pointer and would like to return it to Python. That is, it
has to create a Dispatch object with it (dynamic or
static). I do not see how.
Practically, my intent is to embed Python into an
application. Embedded scripts should be able to access
the database through ADO. I would like to pass the
ADO connection object to Python.
Please consider to make this point clearer in the
documentation and/or to provide an easy method to
create a wrapper given a *IDispatch.
Thanks a lot.
Gael Fraiteur
Reported by: gfraiteur
Original Ticket: "pywin32/feature-requests/14":https://sourceforge.net/p/pywin32/feature-requests/14
Beta Was this translation helpful? Give feedback.
All reactions