From 6102604a1e6c88d4cd35ad7cb227fbeb2ecc8fbf Mon Sep 17 00:00:00 2001 From: Akascape <89206401+Akascape@users.noreply.github.com> Date: Sat, 6 Nov 2021 17:52:32 +0530 Subject: [PATCH] Update Datamosher Pro v1.2.py --- Python Version/Datamosher Pro v1.2.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python Version/Datamosher Pro v1.2.py b/Python Version/Datamosher Pro v1.2.py index ec5328a..eaa1190 100644 --- a/Python Version/Datamosher Pro v1.2.py +++ b/Python Version/Datamosher Pro v1.2.py @@ -3,7 +3,6 @@ from tkinter import * from tkinter import ttk, messagebox, filedialog import tkinter import sys -import imageio import random import re import struct @@ -27,6 +26,8 @@ if missing: elif res=="no": print("Error: Required modules not available! \nWithout the modules you can't use this program. Please install them first!") sys.exit() +else: + import imageio def resource_path0(relative_path): base_path = getattr( sys,