[GRASS-user] Problem with vdigit in 64 release

kries kries at gmx.at
Fri Feb 13 10:06:54 EST 2009


Hello,

I have a problem with vdigit (64svn). It compiles but doesn't work. 
I can start vdigit (from map window) and get the icon set in the map
display. I can choose a map, but then nothing happens. I can not edit but
exit vdigit mode ok.

Python 2.5.4
wx-config --version-full 2.8.9.1
SWIG Version 1.3.38
gcc i686-pc-linux-gnu-4.3.3

I always do a 'make clean && make libsclean && distclean' prior to compiling

./configure --with-cairo --with-mysql
--with-mysql-includes=/usr/include/mysql --with-freetype
--with-freetype-includes=/usr/include/freetype2/
--with-fretype-lib=/usr/lib/ --with-python --with-sqlite --with-odcb
--with-readline --with-opengl --with-cxx  --with-gdal   --with-opengl
--with-regex --with-wxwidgets=/usr/bin/wx-config --with-postgres

wx-config is a symbolic link to wx-config-2.8

I have a symbolic link to _gdi_.so
/usr/lib/libgdi.so ->
/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_gdi_.so

I make clean and make vdigit in gui/wxpython/vdigit -- no errors there

I get the following error in the command output window:



> Traceback (most recent call last):
>   File "/usr/local/grass-6.4.0svn/etc/wxpython/gui_modules/t
> oolbars.py", line 1067, in OnSelectMap
> 
> self.StartEditing(self.layers[selection])
>   File "/usr/local/grass-6.4.0svn/etc/wxpython/gui_modules/t
> oolbars.py", line 1099, in StartEditing
> 
> self.parent.digit = Digit(mapwindow=self.parent.MapWindow)
>   File "/usr/local/grass-6.4.0svn/etc/wxpython/gui_modules/v
> digit.py", line 685, in __init__
> 
> VDigit.__init__(self, mapwindow)
>   File "/usr/local/grass-6.4.0svn/etc/wxpython/gui_modules/v
> digit.py", line 223, in __init__
> 
> mapwindow)
>   File "/usr/local/grass-6.4.0svn/etc/wxpython/vdigit/grass6
> _wxvdigit.py", line 327, in __init__
> 
> this = _grass6_wxvdigit.new_Digit(*args)
> TypeError
> :
> in method 'new_Digit', argument 2 of type 'wxWindow *'
> 

any ideas? thanks,
kries
-- 
View this message in context: http://n2.nabble.com/Problem-with-vdigit-in-64-release-tp2321670p2321670.html
Sent from the Grass - Users mailing list archive at Nabble.com.



More information about the grass-user mailing list