diff --git a/main1/main_text.py b/main1/main_text.py index 2bd1c527d956209286094ac1a23efcff1e3f1c68..592d5cb56133f41b82a2d01f27d7a898a3809f38 100644 --- a/main1/main_text.py +++ b/main1/main_text.py @@ -25,8 +25,8 @@ from common.db.sql.sql_del_branch_info import delData # sys.path.append(rootPath) # 将项目的根目录路径添加到环境变量中,然后在cmd命令行中就可以正常运行脚本 # print('rootPath',rootPath) -sys.path.append(os.path.join(rootPath,'common')) -print(sys.path) +# sys.path.append(os.path.join(rootPath,'common')) +# print(sys.path) import tkinter as tk from tkinter import * import tkinter.messagebox