2023/8/27 update

This commit is contained in:
dengrb1 2023-08-27 11:52:28 +08:00 committed by GitHub
parent 2a811acc99
commit 0f51fe5616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -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)

View File

@ -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)