Kaynağa Gözat

add some todo notes for pyshell

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@46494 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 yıl önce
ebeveyn
işleme
4aab80ce28

+ 1 - 0
gui/wxpython/gui_modules/gcmd.py

@@ -588,6 +588,7 @@ def RunCommand(prog, flags = "", overwrite = False, quiet = False, verbose = Fal
                                             quiet, verbose, **kwargs))
                                             quiet, verbose, **kwargs))
     
     
     Debug.msg(1, "gcmd.RunCommand(): %s" % cmdString)
     Debug.msg(1, "gcmd.RunCommand(): %s" % cmdString)
+    print "gcmd.RunCommand(): %s" % cmdString
     
     
     kwargs['stderr'] = subprocess.PIPE
     kwargs['stderr'] = subprocess.PIPE
     
     

+ 3 - 0
gui/wxpython/gui_modules/gpyshell.py

@@ -6,6 +6,9 @@
 Classes:
 Classes:
  - PyShellWindow
  - 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
 (C) 2011 by the GRASS Development Team
 This program is free software under the GNU General Public
 This program is free software under the GNU General Public
 License (>=v2). Read the file COPYING that comes with GRASS
 License (>=v2). Read the file COPYING that comes with GRASS