pip helper
This commit is contained in:
parent
98e2733e2e
commit
c875ba5e11
@ -13,7 +13,7 @@ file_error = '文件丢失,请重新安装'
|
|||||||
|
|
||||||
def windows_run():
|
def windows_run():
|
||||||
if os.path.exists("{ml}\system_cz.exe"):
|
if os.path.exists("{ml}\system_cz.exe"):
|
||||||
os.system('start {ml}\system_cz.exe')
|
os.system('start {ml}\windows\system_cz.exe')
|
||||||
else:
|
else:
|
||||||
messagebox.showerror('system', '文件丢失,请重新安装')
|
messagebox.showerror('system', '文件丢失,请重新安装')
|
||||||
pass
|
pass
|
||||||
@ -21,7 +21,7 @@ def windows_run():
|
|||||||
|
|
||||||
def Not_windows_run():
|
def Not_windows_run():
|
||||||
if os.path.exists('{ml}\system_command.exe'):
|
if os.path.exists('{ml}\system_command.exe'):
|
||||||
os.system('.\{ml}\system_command.pyw')
|
os.system('.\{ml}\Not\system_command.pyw')
|
||||||
else:
|
else:
|
||||||
messagebox.showerror('system', file_error)
|
messagebox.showerror('system', file_error)
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user