From 1a4886b17c6920e47df1ebd27082c53332101682 Mon Sep 17 00:00:00 2001 From: Enderbyte09 <83879635+Enderbyte09@users.noreply.github.com> Date: Fri, 1 Oct 2021 09:18:46 -0700 Subject: [PATCH] Update check_depencies.py --- check_depencies.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/check_depencies.py b/check_depencies.py index ad762a5..7e4ea94 100644 --- a/check_depencies.py +++ b/check_depencies.py @@ -14,6 +14,11 @@ os.system('py -m pip install playsound') os.system('py -m pip install requests') os.system('py -m pip install winsound') +try: + import pyutils39 +except: + Tk().withdraw() + messagebox.showwarning('Basic Utilities dep','You do not have the custom library pyutils39 installed. Download it from the github repo!') input('All Finished! Press enter to start Basic Utilities.') try: os.startfile("BasicUtilities.py")