From 668d9d0dcf452c0b1a5e49d365c9f593292ff9d9 Mon Sep 17 00:00:00 2001 From: ha7ilm Date: Sat, 29 Nov 2014 19:04:18 +0100 Subject: [PATCH] error message on python3 --- openwebrx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openwebrx.py b/openwebrx.py index 8c9cb11..fdb2f5e 100755 --- a/openwebrx.py +++ b/openwebrx.py @@ -1,4 +1,5 @@ #!/usr/bin/python +print "" # python2.7 is required to run OpenWebRX instead of python3. Please run me by: python2 openwebrx.py """ OpenWebRX: open-source web based SDR for everyone!