[GRASS-dev] wxgrass error in latest svn

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

Can't stop the signal.

Hi,

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

Can't stop the signal.
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

--
Martin Landa <landa.martin@gmail.com> * http://gama.fsv.cvut.cz/~landa *

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

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)

I do consider

deb http://www.backports.org/debian etch-backports main

in my /etc/apt/sources

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...

:wink:

Moritz

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)

I do consider

deb http://www.backports.org/debian etch-backports main

in my /etc/apt/sources

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...

:wink:

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

Can't stop the signal.