[GRASS-dev] Re: [GRASS-trac] #18: Grass63 -wx gui function r.in.xyz
form not updating input fields.
GRASS-trac
trac at osgeo.org
Sun Jan 13 18:06:18 EST 2008
#18: Grass63 -wx gui function r.in.xyz form not updating input fields.
---------------------+------------------------------------------------------
Reporter: brian | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: Python | Version: svn-trunk
Resolution: | Keywords: r.in.xyz wxgrass
---------------------+------------------------------------------------------
Comment (by brian):
Yes, they are slightly different:
Ubuntu
$ python
Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.__version__
'2.8.4.0'
Mandriva
$ python
Python 2.5.1 (r251:54863, Sep 13 2007, 09:06:49)
[GCC 4.2.1 20070828 (prerelease) (4.2.1-6mdv2008.0)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wx
>>> wx.__version__
'2.8.4.2'
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/18#comment:4>
GRASS-trac <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/
More information about the grass-dev
mailing list