i have an error that i can’t understand why it happens. I import a raster image at a location that i have set its region from the same raster. Then when i try to see this at the map display panel by zooming at it, it gives an error:
Unable to zoom to raster map, Details: raster map <…> not found, Reason: no module named agw.advancedsplash, Traceback (most recent call last): File “C:/Program files (x86)/Grass 6.4/etc/wxpython/wxgui.py”, line 56, in , import wx.lib.agw.advancedsplash as SC, ImportError: No module named agw.adnancedsplash.
Any idea how i get over it? I’m quite sure its a usual error.
Same with the new release. How do I fix this? I don’t know at all. I can’t understand why this happens, the laptop is totally new, maybe something is missing, do i have to manually add something more just than installing and running Grass??
i have an error that i can’t understand why it happens. I import a raster
image at a location that i have set its region from the same raster. Then
when i try to see this at the map display panel by zooming at it, it gives
an error:
Unable to zoom to raster map, Details: raster map <…> not found, Reason: no
module named agw.advancedsplash, Traceback (most recent call last): File
“C:/Program files (x86)/Grass 6.4/etc/wxpython/wxgui.py”, line 56, in
, import wx.lib.agw.advancedsplash as SC, ImportError: No module
named agw.adnancedsplash.
^^^^^^^^^
Maybe it is sufficient to fix the typo in that python file.
In the today’s released GRASS 6.4.2RC3 there is no such typo (any more?).