初学python,打开EXE文件的问题,请不吝赐教,感谢!
初学,小白一个,想实现打开这两个EXE文件的目的,以下是代码:path2
import os
Path = r'E:\HOS\HSA\HSAng.exe'
os.startfile(Path)
path2 = r'E:\HOS\Hearthstone\Hearthstone Beta Launcher.exe'
os.startfile(path2)
-------------------------------分割线-----------------------------
出现的问题
在执行path1的时候
弹出提示
this application failed to start because it could not find or load the QT platform plugin windows
path2则可以正常打开.
求大佬赐教
你的那第一个程序估计用鼠标也打不开吧,和os.start应该没有关系 wp231957 发表于 2022-4-22 19:18
你的那第一个程序估计用鼠标也打不开吧,和os.start应该没有关系
不可能啊,
第一个炉石传说盒子
第二个炉石传说
每天玩的不亦乐乎
页:
[1]