[GRASS-dev] d.menu, d.ask
Glynn Clements
glynn at gclements.plus.com
Wed Mar 14 08:48:18 EDT 2007
Michael Barton wrote:
> You can down load it from the GRASS Addons svn server
> <https://grasssvn.itc.it/grasssvn/grassaddons/trunk/grassaddons/gui/#_trunk_
> grassaddons_gui_>
I already got the code with:
svn co https://grasssvn.itc.it/svn/grassaddons/trunk/grassaddons/gui
But I just got a bunch of files with no clue what to do with them.
> Most of the files need to go into $GISBASE/etc/wx. If you want to try the
> gis_set.py replacement or the wizard, you'll need to put them into
> $GISBASE/etc and edit init.sh (the one on the server does not work as is,
> but is partly edited to work).
Making it more straightforward to use should be a priority.
If necessary, move it out of SVN and into the main CVS repository.
> From the grass command line start it up with $GISBASE/etc/wx/gism2.py (this
> will probably change to just gism.py in a day or so).
$ $GISBASE/etc/wx/gism2.py
bash: /opt/grass-6.3.cvs/etc/wx/gism2.py: Permission denied
$ chmod +x $GISBASE/etc/wx/gism2.py
$ $GISBASE/etc/wx/gism2.py
Traceback (most recent call last):
File "/opt/grass-6.3.cvs/etc/wx/gism2.py", line 5, in ?
import wx.lib.customtreectrl as CT
ImportError: No module named customtreectrl
Presumably I need a specific version of wxWidgets or wxPython?
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list