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 -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

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