git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46494 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -588,6 +588,7 @@ def RunCommand(prog, flags = "", overwrite = False, quiet = False, verbose = Fal
quiet, verbose, **kwargs))
Debug.msg(1, "gcmd.RunCommand(): %s" % cmdString)
+ print "gcmd.RunCommand(): %s" % cmdString
kwargs['stderr'] = subprocess.PIPE
@@ -6,6 +6,9 @@
Classes:
- PyShellWindow
+@todo run pyshell and evaluate code in a separate instance of python
+& design the widget communicate back and forth with it
+
(C) 2011 by the GRASS Development Team
This program is free software under the GNU General Public
License (>=v2). Read the file COPYING that comes with GRASS