Michael Barton wrote: > I just updated and recompiled both GRASS 6.3 cvs and wxgrass. When I went to > start up wxgrass, it crashed with the error below. I wonder if you have any > thoughts as to what is causing this?
> File > "/Applications/Grass/GRASS-6.3.app/Contents/Resources/etc/wx/gui_modules/ren > der.py", line 348, in __adjustRegion > (self.region['e'] - self.region['w']) / self.width > ZeroDivisionError: float division Clearly, self.width is zero. Maybe this code is being called before the widget has been fully initialised? -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

