I have a bunch of .cs files (c#) files that I would like to run but I am not sure how. I recently installed Python .Net from this website http://pythonnet.sourceforge.net/readme.html#installation and I have been trying to follow a prior post similar to my question but with little success. Run a C# application from python script Using the
import subprocess
import clr
cmdLine = "C:\Users\Jessica\Desktop\TD Ameritrade .NET SDK v1.0.4 Beta\TDAmeritrade\LoginRequest.cs"
subprocess.Popen(subprocess)
I am trying to open and run the file associated with with this DSK that allows the user to pull financial data into python for charting/stuying/etc.