Ticket #622 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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:
Platform: Unspecified CPU: 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

  Changed 4 years ago by hamish

.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   Changed 4 years ago by martinl

  • status changed from new to closed
  • resolution set to invalid
  • version changed from unspecified to 6.4.0 RCs
  • component changed from default to wxGUI

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

  Changed 4 years ago by martinl

  • status changed from closed to reopened
  • resolution invalid deleted

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

  Changed 4 years ago by martinl

  • status changed from reopened to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.