Message 1 of 2
Python External Commands or External Application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
If I install Visual Studio 2015 with Python support, can I take a Python Macro and make it run as an external application, or an external command just like a C# external command or application?
If so, how would I implement the IExternalCommand or IExternalApplication interface with Python? Is there an example of this anywhere?
Also, how would the namespace and class names be coded in order to match the namespace and class names that need to be specified in the manifest file.
Thanks!!
Steve