this is what is displayed once I enter GRASS (trunk version), any idea what is (not) happening with catalog?
ISIS-GRASS 7.1.svn (Moon2000):~/dev > Traceback (most recent call last):
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 140, in <module>
sys.exit(main())
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 132, in main
app = GMApp(workspaceFile)
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 46, in __init__
wx.App.__init__(self, False)
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8628, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 79, in OnInit
from lmgr.frame import GMFrame
File "/usr/local/grass-7.1.svn/gui/wxpython/lmgr/frame.py", line 73, in <module>
from datacatalog.catalog import DataCatalog
ImportError: No module named catalog
this is what is displayed once I enter GRASS (trunk version), any idea what
is (not) happening with catalog?
ISIS-GRASS 7.1.svn (Moon2000):~/dev > Traceback (most recent call last):
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 140, in
<module>
sys.exit(main())
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 132, in main
app = GMApp(workspaceFile)
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 46, in
__init__
wx.App.__init__(self, False)
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line
8628, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line
8196, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 79, in OnInit
from lmgr.frame import GMFrame
File "/usr/local/grass-7.1.svn/gui/wxpython/lmgr/frame.py", line 73, in
<module>
from datacatalog.catalog import DataCatalog
ImportError: No module named catalog
This is the same problem I had earlier. There is some reference in your installed directory that it doesn't like. After you recompile, remove your existing installation before installing your compiled version.
this is what is displayed once I enter GRASS (trunk version), any idea what
is (not) happening with catalog?
ISIS-GRASS 7.1.svn (Moon2000):~/dev > Traceback (most recent call last):
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 140, in
<module>
sys.exit(main())
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 132, in main
app = GMApp(workspaceFile)
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 46, in
__init__
wx.App.__init__(self, False)
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line
8628, in __init__
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line
8196, in _BootstrapApp
return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/usr/local/grass-7.1.svn/gui/wxpython/wxgui.py", line 79, in OnInit
from lmgr.frame import GMFrame
File "/usr/local/grass-7.1.svn/gui/wxpython/lmgr/frame.py", line 73, in
<module>
from datacatalog.catalog import DataCatalog
ImportError: No module named catalog