Moritz Lennert wrote:

> - Another issue is how to make it possible in windows to launch modules 
> that are Python scripts by simply calling their module name, without .py 
> extension. At this stage, in a fresh installation of GRASS7 on WinXP, I 
> can launch (and successfully execute) python scripts from the wxGUI menu 
> or the wxGUI command console, but not from the windows terminal. 
> However, calling a script from a script (e.g. v.db.dropcolumn called 
> from v.db.renamecolumn) does not work.

To execute scripts without providing an extension, PATHEXT must
include ".PY".

-- 
Glynn Clements <gl...@gclements.plus.com>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to