I just compiled grass 6.3 from SVN. Everything seems to be OK, but if
I try to run wxgrass:
GRASS 6.3.svn (amsul_wgs84):~ > wxgrass
GRASS 6.3.svn (amsul_wgs84):~ > Traceback (most recent call last):
File "/usr/local/grass-6.3.svn/etc/wx/wxgui.py", line 42, in <module>
import wx.aui
ImportError: No module named aui
cheers
Carlos
--
+-----------------------------------------------------------+
Carlos Henrique Grohmann - Guano
Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
Linux User #89721 - carlos dot grohmann at gmail dot com
+-----------------------------------------------------------+
_________________
"Good morning, doctors. I have taken the liberty of removing Windows
95 from my hard drive."
--The winning entry in a "What were HAL's first words" contest judged
by 2001: A SPACE ODYSSEY creator Arthur C. Clarke
2008/1/11, Carlos Guâno Grohmann <carlos.grohmann@gmail.com>:
I just compiled grass 6.3 from SVN. Everything seems to be OK, but if
I try to run wxgrass:
GRASS 6.3.svn (amsul_wgs84):~ > wxgrass
GRASS 6.3.svn (amsul_wgs84):~ > Traceback (most recent call last):
File "/usr/local/grass-6.3.svn/etc/wx/wxgui.py", line 42, in <module>
import wx.aui
ImportError: No module named aui
take a look at gui/wxpython/README
wxPython >= 2.8.1.1
is required
Martin
cheers
Carlos
--
+-----------------------------------------------------------+
Carlos Henrique Grohmann - Guano
Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
Linux User #89721 - carlos dot grohmann at gmail dot com
+-----------------------------------------------------------+
_________________
"Good morning, doctors. I have taken the liberty of removing Windows
95 from my hard drive."
--The winning entry in a "What were HAL's first words" contest judged
by 2001: A SPACE ODYSSEY creator Arthur C. Clarke
Carlos:
> I just compiled grass 6.3 from SVN. Everything seems to be OK, but
> if I try to run wxgrass:
>
> GRASS 6.3.svn (amsul_wgs84):~ > wxgrass
> GRASS 6.3.svn (amsul_wgs84):~ > Traceback (most recent call last):
> File "/usr/local/grass-6.3.svn/etc/wx/wxgui.py", line 42, in
<module>
> import wx.aui
> ImportError: No module named aui
Martin:
take a look at gui/wxpython/README
wxPython >= 2.8.1.1
is required
as this is a common problem (with little hope in sight for Debian users
I am afraid) could a wx version-check be added to the start of the
python GUI startup code? Then at least there would be a more
understandable error message.
Hamish
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
I'm running Ubuntu 7.10 here, and I just installed libwxbase-2.8-dev
and python-wxgtk-2.8 (plus dependencies) and it works.
Carlos
On Jan 14, 2008 11:06 AM, Moritz Lennert <mlennert@club.worldonline.be> wrote:
On 11/01/08 22:33, Hamish wrote:
>> Carlos:
>>> I just compiled grass 6.3 from SVN. Everything seems to be OK, but
>>> if I try to run wxgrass:
>>>
>>> GRASS 6.3.svn (amsul_wgs84):~ > wxgrass
>>> GRASS 6.3.svn (amsul_wgs84):~ > Traceback (most recent call last):
>>> File "/usr/local/grass-6.3.svn/etc/wx/wxgui.py", line 42, in
>> <module>
>>> import wx.aui
>>> ImportError: No module named aui
>
> Martin:
>> take a look at gui/wxpython/README
>>
>> wxPython >= 2.8.1.1
>>
>> is required
>
>
> as this is a common problem (with little hope in sight for Debian users
> I am afraid)
some form of hope. In terms of the official debian reps, AFAIU it seems
like 2.8 will never make it in, but that they will jump directly to 2.10...
Moritz
--
+-----------------------------------------------------------+
Carlos Henrique Grohmann - Guano
Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
Linux User #89721 - carlos dot grohmann at gmail dot com
+-----------------------------------------------------------+
_________________
"Good morning, doctors. I have taken the liberty of removing Windows
95 from my hard drive."
--The winning entry in a "What were HAL's first words" contest judged
by 2001: A SPACE ODYSSEY creator Arthur C. Clarke