From d3c9adc69f9e0abb77e43a8f74d5be5f896d09e9 Mon Sep 17 00:00:00 2001 From: Safihre Date: Sun, 22 Sep 2019 11:23:20 +0200 Subject: [PATCH] Warn about .pyc files Relates to #1332 --- SABnzbd.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SABnzbd.py b/SABnzbd.py index 6d1041b..6f45f2e 100755 --- a/SABnzbd.py +++ b/SABnzbd.py @@ -49,8 +49,9 @@ except ValueError: print("Sorry, requires Python module Cheetah 3 or higher.") sys.exit(1) except ImportError: - print("Not all required Python modules are available, please check requirements.txt.") + print("Not all required Python modules are available, please check requirements.txt") print("You can read more at: https://sabnzbd.org/python3") + print("If you still experience problems, remove all .pyc files in this folder and subfolders") sys.exit(1) import sabnzbd