[GRASS-dev] Re: [GRASS GIS] #532: Vector editing not possible with
wx tools
GRASS GIS
trac at osgeo.org
Wed Mar 3 03:01:10 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 neteler):
Replying to [comment:16 neteler]:
> Replying to [comment:15 glynn]:
> > Replying to [comment:14 neteler]:
> >
> > > Also for me it fails *since* RC5.
> >
> > With a "'wxversion' referenced before assignment" error?
>
> It fails silently. Also when using 'g.gui wxpython': the old map
flashed,
> then return to command line and nothing else.
This problem has been solved: it was "wxPythonGTK" being compiled with
'''internal'''
expat support instead of --with-expat=sys. To verify:
{{{
ldd /usr/lib/wxPython/lib/libwx_gtk2u-2.8.so.0.5.0 | grep expat
-> no link to external libexpat as it should be
}}}
Recompilation of wxPythonGTK with --with-expat=sys solved this problem,
wxGUI is now functional.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/532#comment:22>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list