–
Rashad
----- Forwarded Message ----
From: Mohammed Rashad rashadkm@yahoo.com
To: grass-dev@lists.osgeo.org
Sent: Thu, June 17, 2010 8:53:22 PM
Subject: digitize toolbar error
I already send a mail regarding digitization tool error and didnt recieve any response
so I am sending this mail again.
When selecting “digitize” from mapdisplay window toolbars combobox
and select a new vector map and given a name for newVectorMap
I am getting this error
Unable to initialize display driver of vector digitizer. See ‘Command output’ for details.
Reason: message=_("Unable to initialize display driver of vector "
Traceback (most recent call last):
File “/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/toolbars.py”, line 1130, in StartEditing
message=_("Unable to initialize display driver of vector "
DigitError:
what i am missing.
–
Rashad
I'm not sure, but probably the problem is connected with the version of
swig you are using on compiling. I use swig version 1.3.36 and don't
have problems with wxpython gui vector digitizer.
Luís
On Dom, 2010-06-20 at 01:26 -0700, Mohammed Rashad wrote:
--
Rashad
----- Forwarded Message ----
From: Mohammed Rashad <rashadkm@yahoo.com>
To: grass-dev@lists.osgeo.org
Sent: Thu, June 17, 2010 8:53:22 PM
Subject: digitize toolbar error
I already send a mail regarding digitization tool error and didnt
recieve any response
so I am sending this mail again.
When selecting "digitize" from mapdisplay window toolbars combobox
and select a new vector map and given a name for newVectorMap
I am getting this error
Unable to initialize display driver of vector digitizer. See 'Command
output' for details.
Reason: message=_("Unable to initialize display driver of vector "
Traceback (most recent call last):
File
"/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/toolbars.py", line
1130, in StartEditing
message=_("Unable to initialize display driver of vector "
DigitError: <unprintable DigitError object>
what i am missing.
--
Rashad
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev
Hi,
2010/6/20 Luís Ferreira <lferreira75.1@gmail.com>:
I'm not sure, but probably the problem is connected with the version of
swig you are using on compiling. I use swig version 1.3.36 and don't
have problems with wxpython gui vector digitizer.
probably yes. Anyway the vector digitizer should be converted to
Python using ctypes interface, I hope to have to enough time to do it
later in the summer.
Martin
--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa
Martin Landa wrote:
Hi,
2010/6/20 Luís Ferreira <lferreira75.1@gmail.com>:
I'm not sure, but probably the problem is connected with the version of
swig you are using on compiling. I use swig version 1.3.36 and don't
have problems with wxpython gui vector digitizer.
probably yes. Anyway the vector digitizer should be converted to
Python using ctypes interface, I hope to have to enough time to do it
later in the summer.
Martin
I've recently finished compiling 6.4.1 on a SL 6.1 system (64bit). Swig is
at:
GRASS 6.4.1 (ITM):~ > rpm -qa | grep swig
swig-1.3.40-5.el6.x86_64
and when I try to digitize with the wxGUI digitizer I still get the error :
Unable to initialize display driver of vector digitizer. See 'Command
output' for details.
Any progress on this?
Thanks,
Micha
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Fw-digitize-toolbar-error-tp5200501p6702398.html
Sent from the Grass - Users mailing list archive at Nabble.com.
Hi,
2011/8/19 Micha Silver <Micha@arava.co.il>:
I've recently finished compiling 6.4.1 on a SL 6.1 system (64bit). Swig is
at:
GRASS 6.4.1 (ITM):~ > rpm -qa | grep swig
swig-1.3.40-5.el6.x86_64
and when I try to digitize with the wxGUI digitizer I still get the error :
Unable to initialize display driver of vector digitizer. See 'Command
output' for details.
Any progress on this?
yes, in 6.4.2 digitizer has been rewritten to Python using ctypes. Try
this version.
Martin
--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa
On Fri, 2011-08-19 at 10:53 +0200, Martin Landa wrote:
Hi,
2011/8/19 Micha Silver <Micha@arava.co.il>:
> I've recently finished compiling 6.4.1 on a SL 6.1 system (64bit). Swig is
> at:
> GRASS 6.4.1 (ITM):~ > rpm -qa | grep swig
> swig-1.3.40-5.el6.x86_64
> and when I try to digitize with the wxGUI digitizer I still get the error :
> Unable to initialize display driver of vector digitizer. See 'Command
> output' for details.
>
> Any progress on this?
yes, in 6.4.2 digitizer has been rewritten to Python using ctypes. Try
this version.
Great. I will bump up to 6.4.2.
Thanks again.
Martin