gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: gnunet-qr.py: More verbose


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: gnunet-qr.py: More verbose information about required packages
Date: Tue, 26 Feb 2019 12:00:47 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 104d94ff0 gnunet-qr.py: More verbose information about required 
packages
104d94ff0 is described below

commit 104d94ff02c4ee338d47bc9a51fb41ffb947a351
Author: ng0 <address@hidden>
AuthorDate: Tue Feb 26 11:00:39 2019 +0000

    gnunet-qr.py: More verbose information about required packages
---
 src/util/gnunet-qr.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/util/gnunet-qr.py b/src/util/gnunet-qr.py
index c0518854d..88fb4fc50 100755
--- a/src/util/gnunet-qr.py
+++ b/src/util/gnunet-qr.py
@@ -4,6 +4,8 @@ try:
     from builtins import str
 except ImportError as e:
     print('Cannot import future modules, python2.7 future module required!')
+    print('For Debian, you can obtain is as "python-future".')
+    print('Upstream: https://python-future.org/')
     sys.exit(1) 
 import getopt
 import subprocess
@@ -11,7 +13,9 @@ from sys import argv
 try:
     import zbar
 except ImportError as e:
-    print('Cannot run gnunet-qr, please install zbar-python')
+    print('Cannot run gnunet-qr, please install the zbar module.')
+    print('For Debian, you can obtain it as "python-zbar".')
+    print('Upstream: http://zbar.sourceforge.net/')
     sys.exit(1)
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]