Ok, so I'm trying to google the win32com python package and the python.Interpreter COM server. Unfortunately, python.Interpreter ends up as "python Interpreter" and not giving me any COM server results.
I'm trying to make a pluggable program that has a plugin to allow python code to run, and it seems like the python.Interpreter would be a good way to go. But I haven't used it before and I'm not sure how to make objects created from it available through COM.
Any advice or pointers to documentation/examples would be appreciated.
Also, would a user need to install a python package to use the COM server, or is the interpreter built into the server dll?
Thanks Brett