Python を使用して 1 つのアプリケーションを起動しようとしています。これに問題がありますが、解決策を教えてもらえますか?
path1= "C:\\Program Files (x86)\\XYZ\\NX2\\RT900"
ver="7.50 Internal Release"
path2="bin\\Rt900.exe"
path3=os.path.join(path1,ver)
path4=os.path.join(path3,path2)
App.open("path4")
上記のステートメントの何が問題なのか、誰か教えてもらえますか?