Selaa lähdekoodia

note that vector digitizer is not workking under MS Windows

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39101 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 vuotta sitten
vanhempi
commit
ccac5462c6
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      gui/wxpython/gui_modules/vdigit.py

+ 3 - 1
gui/wxpython/gui_modules/vdigit.py

@@ -61,7 +61,9 @@ except ImportError, err:
     GV_LINES = None
     PseudoDC = wx.PseudoDC
     errorMsg = err
-    print >> sys.stderr, "\nWARNING: Vector digitizer is not available (%s). " % err
+    print >> sys.stderr, "\nWARNING: Vector digitizer is not available (%s).\n\n" \
+        "Note that vector digitizer is currently not working under MS Windows (hopefully will be fixed soon). " \
+        "Please try more recent version of GRASS." % err
 
 class AbstractDigit:
     """