#622: grass64 startup error with wxpython
-------------------------+--------------------------------------------------
Reporter: neuba | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: default | Version: unspecified
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
error while starting grass64 in wxpython. Here is the printed error.
Traceback (most recent call last):
File "/usr/local/grass-6.4.0svn/etc/wxpython/wxgui.py", line 74, in
<module>
from grass.script import core as grass
File "/usr/local/grass-6.4.0svn/etc/python/grass/__init__.py", line 1,
in <module>
import script
File "/usr/local/grass-6.4.0svn/etc/python/grass/script/__init__.py",
line 1, in <module>
from core import *
File "/usr/local/grass-6.4.0svn/etc/python/grass/script/core.py", line
236
>>>>>>> .merge-right.r37559
you had a conflict after 'svn up'. You need to edit, remove, or move away
the wxgui.py file then 'svn resolved wxgui.py' and 'svn up' to restore it,
and try try again.
Replying to [ticket:622 neuba]:
> error while starting grass64 in wxpython. Here is the printed error.
> Traceback (most recent call last):
> File "/usr/local/grass-6.4.0svn/etc/wxpython/wxgui.py", line 74, in
<module>
> from grass.script import core as grass
> File "/usr/local/grass-6.4.0svn/etc/python/grass/__init__.py", line 1,
in <module>
> import script
> File "/usr/local/grass-6.4.0svn/etc/python/grass/script/__init__.py",
line 1, in <module>
> from core import *
> File "/usr/local/grass-6.4.0svn/etc/python/grass/script/core.py", line
236
> >>>>>>> .merge-right.r37559