changeset 1562:7d91dff71067

plugin NAT Port: added instruction with pip when miniupnpc is missing
author Goffi <goffi@goffi.org>
date Mon, 02 Nov 2015 22:09:13 +0100
parents c09429bf587f
children 075a63180eab
files src/plugins/plugin_misc_nat-port.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/plugin_misc_nat-port.py	Mon Nov 02 22:02:41 2015 +0100
+++ b/src/plugins/plugin_misc_nat-port.py	Mon Nov 02 22:09:13 2015 +0100
@@ -30,7 +30,7 @@
 try:
     import miniupnpc
 except ImportError:
-    raise exceptions.MissingModule(u"Missing module MiniUPnPc, please download/install it (and its Python binding) at http://miniupnp.free.fr/")
+    raise exceptions.MissingModule(u"Missing module MiniUPnPc, please download/install it (and its Python binding) at http://miniupnp.free.fr/ (or use pip install miniupnpc)")
 
 
 PLUGIN_INFO = {