Python External Commands or External Application

Python External Commands or External Application

stever66
Advisor Advisor
705 Views
1 Reply
Message 1 of 2

Python External Commands or External Application

stever66
Advisor
Advisor

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

 

 

0 Likes
706 Views
1 Reply
Reply (1)
Message 2 of 2

stever66
Advisor
Advisor

I've seen some other sites that suggest the answer is no.

 

I guess I'll try to translate my Python code to C#.

 

0 Likes