[GRASS-dev] Re: [GRASS GIS] #532: Vector editing not possible with
wx tools
GRASS GIS
trac at osgeo.org
Mon Feb 15 09:35:27 EST 2010
#532: Vector editing not possible with wx tools
----------------------+-----------------------------------------------------
Reporter: geognu1 | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: 6.4.0 RCs
Resolution: | Keywords: vector, digit
Platform: All | Cpu: x86-32
----------------------+-----------------------------------------------------
Comment (by glynn):
Replying to [comment:14 neteler]:
> Also for me it fails *since* RC5.
With a "'wxversion' referenced before assignment" error?
There has been an attempt at fixing that, but I'm still not sure that it's
correct. I think that !CheckForWx() should look like:
{{{
try:
import wxversion
try:
wxversion.select(...)
import wx
# the rest of CheckForWx() goes here
....
except wxversion.VersionError, e:
...
except ImportError, e:
...
}}}
Any references to wxversion should only appear in the same scope as the
"import wxversion", not in any outer scope.
> Despite a locally downgraded swig to v. 1.3.36,
> no way to get the GUI up if wx-nviz and wx-vdigit are present. A real
showstopper
> to showcase the new GUI...
For release candidates and any eventual release, I strongly suggest
building `--without-wxwidgets`. It's not worth the risk of losing the
whole wxGUI over those two modules.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/532#comment:15>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list