[GRASS-dev] grass 7 does not start, r50412

Starting GRASS GIS...
Traceback (most recent call last):
  File "/home/metz/src/grass-7.0.svn/dist.x86_64-unknown-linux-gnu/etc/gui/wxpython/gis_set.py",
line 41, in <module>
    from gui_core.ghelp import HelpFrame
  File "/home/metz/src/grass-7.0.svn/dist.x86_64-unknown-linux-gnu/etc/gui/wxpython/gui_core/ghelp.py",
line 40, in <module>
    from core import utils
  File "/home/metz/src/grass-7.0.svn/dist.x86_64-unknown-linux-gnu/etc/gui/wxpython/core/utils.py",
line 29, in <module>
    from core.gcmd import RunCommand
  File "/home/metz/src/grass-7.0.svn/dist.x86_64-unknown-linux-gnu/etc/gui/wxpython/core/gcmd.py",
line 50, in <module>
    from core.utils import GetRealCmd
ImportError: cannot import name GetRealCmd

I think the problem is circularity because core.utils is already imported.

Thanks,

Markus M

Hi,

2012/1/24 Markus Metz <markus.metz.giswork@googlemail.com>:

[...]

I think the problem is circularity because core.utils is already imported.

ops, hopefully fixed in r50415.

Martin

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

On Tue, Jan 24, 2012 at 5:31 PM, Martin Landa <landa.martin@gmail.com> wrote:

Hi,

2012/1/24 Markus Metz <markus.metz.giswork@googlemail.com>:

[...]

I think the problem is circularity because core.utils is already imported.

ops, hopefully fixed in r50415.

Working, thanks for the quick fix!

Markus M