[GRASS-user] No module named grass7_wxvdigit?

Another question.
Vdigitizer is disabled because grass compleains it can't find
grass7_wxvdigit. The compilation didn't raise any error about it, but
I can't find any "vdigit" floder inside the etc dir.

Is it due to the work in progress of grass 7 or it is me?

thx again,
giovanni

Hi,

2009/6/18 G. Allegri <giohappy@gmail.com>:

Vdigitizer is disabled because grass compleains it can't find
grass7_wxvdigit. The compilation didn't raise any error about it, but
I can't find any "vdigit" floder inside the etc dir.

it should be located in 'etc/wxpython/vdigit' if not go to
'gui/wxpython/vdigit' and run Make to see what happen.

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

Yes, that's where I looked for it, but the folder is empty and running
make gives:

make: Nothing to do for «first»

I've tried to clean and make again. It goes to the end without errors
but nothing happens....

2009/6/18 Martin Landa <landa.martin@gmail.com>:

Hi,

2009/6/18 G. Allegri <giohappy@gmail.com>:

Vdigitizer is disabled because grass compleains it can't find
grass7_wxvdigit. The compilation didn't raise any error about it, but
I can't find any "vdigit" floder inside the etc dir.

it should be located in 'etc/wxpython/vdigit' if not go to
'gui/wxpython/vdigit' and run Make to see what happen.

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

2009/6/18 G. Allegri <giohappy@gmail.com>:

Yes, that's where I looked for it, but the folder is empty and running
make gives:

make: Nothing to do for «first»

I've tried to clean and make again. It goes to the end without errors
but nothing happens....

strange, install statements are missing? E.g.

/usr/bin/install -c OBJ.i686-pc-linux-gnu/_grass7_wxvdigit.so
/usr/local/src/grass_trunk/dist.i686-pc-linux-gnu/etc/wxpython/vdigit/_grass7_wxvdigit.so
/usr/bin/install -c -m 644 grass7_wxvdigit.py
/usr/local/src/grass_trunk/dist.i686-pc-linux-gnu/etc/wxpython/vdigit/grass7_wxvdigit.py

Ma

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

/usr/bin/install -c OBJ.i686-pc-linux-gnu/_grass7_wxvdigit.so
/usr/local/src/grass_trunk/dist.i686-pc-linux-gnu/etc/wxpython/vdigit/_grass7_wxvdigit.so
/usr/bin/install -c -m 644 grass7_wxvdigit.py
/usr/local/src/grass_trunk/dist.i686-pc-linux-gnu/etc/wxpython/vdigit/grass7_wxvdigit.py

no trace of this....

Sorry, I was sure I had written the result. Newer svn updates solved
the problem... but I don't know exactly how :slight_smile:

Have a good day.

2009/6/18 G. Allegri <giohappy@gmail.com>:

/usr/bin/install -c OBJ.i686-pc-linux-gnu/_grass7_wxvdigit.so
/usr/local/src/grass_trunk/dist.i686-pc-linux-gnu/etc/wxpython/vdigit/_grass7_wxvdigit.so
/usr/bin/install -c -m 644 grass7_wxvdigit.py
/usr/local/src/grass_trunk/dist.i686-pc-linux-gnu/etc/wxpython/vdigit/grass7_wxvdigit.py

no trace of this....