How does win32com python.Interpreter work?
Ok so I am trying to google the python win32com package and the python.Interpreter COM server. Unfortunately python.Interpreter ends up as "python interpreter" and doesn't give me any COM server results.
I am trying to create a plugin that has a plugin that allows python code to run, and it looks like python.Interpreter would be a good way to go. But I haven't used it before, and I'm not sure how to make the objects created from it available via COM.
Any guidance or pointers to documentation / examples would be appreciated.
Also, would the user need to install the python package to use the COM server, or the interpreter built into the server DLL?
Thanks Brett
See. Http://books.google.com/books?id=ns1WMyLVnRMC&pg=PA232&lpg=PA232&dq=win32com+%22python.interpreter%22&source=bl&ots=NVpe-E8eGg&sig=imGi73WQyOmP4rJC6-jpz4stb9M&hl=en&ei=xrAYSsTHBZH0tAORqeCSDw&sa=X&oi=book_result&ct=result&resnum= 6 # PPA232, M1 for great docs on python.interpreter - as for your second question, usually win32com is installed as an add-on on an existing Python installation, but of course you can choose a Python distribution including win32 extensions like Activestate in http : //www.activestate.com/activepython/ .
a source to share