Launching applications using python -


i wanted launch application canalyzer.exe using python, without using path of application. trying launch application using com interface. got code open excel files win32com.client.dispatch("excel.application") worked doesnt work if mention other application name. please me code.

use subprocess.call or os.system.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -