Opened 15 years ago

Closed 15 years ago

#622 closed defect (fixed)

grass64 startup error with wxpython

Reported by: neuba Owned by: grass-dev@…
Priority: normal Milestone: 6.4.0
Component: wxGUI Version: 6.4.0 RCs
Keywords: Cc:
CPU: Unspecified Platform: Unspecified

Description

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

Change History (4)

comment:1 by hamish, 15 years ago

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

Hamish

in reply to:  description comment:2 by martinl, 15 years ago

Component: defaultwxGUI
Resolution: invalid
Status: newclosed
Version: unspecified6.4.0 RCs

Replying to 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

comment:3 by martinl, 15 years ago

Resolution: invalid
Status: closedreopened

Sorry bad commit, fixed in r37603. Thanks for reporting that.

comment:4 by martinl, 15 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.