[GRASS-SVN] r46494 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 1 16:28:03 EDT 2011
Author: martinl
Date: 2011-06-01 13:28:03 -0700 (Wed, 01 Jun 2011)
New Revision: 46494
Modified:
grass/trunk/gui/wxpython/gui_modules/gcmd.py
grass/trunk/gui/wxpython/gui_modules/gpyshell.py
Log:
add some todo notes for pyshell
Modified: grass/trunk/gui/wxpython/gui_modules/gcmd.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gcmd.py 2011-06-01 20:25:35 UTC (rev 46493)
+++ grass/trunk/gui/wxpython/gui_modules/gcmd.py 2011-06-01 20:28:03 UTC (rev 46494)
@@ -588,6 +588,7 @@
quiet, verbose, **kwargs))
Debug.msg(1, "gcmd.RunCommand(): %s" % cmdString)
+ print "gcmd.RunCommand(): %s" % cmdString
kwargs['stderr'] = subprocess.PIPE
Modified: grass/trunk/gui/wxpython/gui_modules/gpyshell.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gpyshell.py 2011-06-01 20:25:35 UTC (rev 46493)
+++ grass/trunk/gui/wxpython/gui_modules/gpyshell.py 2011-06-01 20:28:03 UTC (rev 46494)
@@ -6,6 +6,9 @@
Classes:
- PyShellWindow
+ at 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
More information about the grass-commit
mailing list