2023/8/27 update
This commit is contained in:
parent
2a811acc99
commit
0f51fe5616
@ -29,12 +29,6 @@ canvas.pack(side="left", fill="both", expand=True)
|
||||
|
||||
|
||||
# def
|
||||
def open_exe(exe_name):
|
||||
if os.path.exists(os.path.join(ml, f"{exe_name}.exe")):
|
||||
os.system(f"start {exe_name}.exe")
|
||||
else:
|
||||
messagebox.showerror('pip helper', file_error)
|
||||
pass
|
||||
def Numpy():
|
||||
os.system(f'pip uninstall numpy')
|
||||
messagebox.showinfo(uninstall, ok)
|
||||
|
@ -29,12 +29,6 @@ canvas.pack(side="left", fill="both", expand=True)
|
||||
|
||||
|
||||
# def
|
||||
def open_exe(exe_name):
|
||||
if os.path.exists(os.path.join(ml, f"{exe_name}.exe")):
|
||||
os.system(f"start {exe_name}.exe")
|
||||
else:
|
||||
messagebox.showerror('pip helper', file_error)
|
||||
pass
|
||||
def Numpy():
|
||||
os.system('pip install numpy -i https://mirrors.aliyun.com/pypi/simple/')
|
||||
messagebox.showinfo(install, ok)
|
||||
|
Loading…
x
Reference in New Issue
Block a user