Changes between Initial Version and Version 1 of Ticket #36594


Ignore:
Timestamp:
Oct 14, 2012, 5:29:01 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36594

    • Property Cc jwa@… added
  • Ticket #36594 – Description

    initial v1  
    11When launching GRASS, the starting window to select the map works fine. However, once the location has been chosen, wxpython gui fails to start. It throws the following error:
    22
     3{{{
    34/opt/local/share/grass-6.4.2/etc/wxpython/wxgui.py:1614: wxPyDeprecationWarning: Call to deprecated item 'InitAllImageHandlers'.
    45  wx.InitAllImageHandlers()
     
    3132    return _core_.FlexGridSizer_AddGrowableCol(*args, **kwargs)
    3233wx._core.PyAssertionError: C++ assertion "!m_cols || idx < (size_t)m_cols" failed at ../src/common/sizer.cpp(1956) in AddGrowableCol(): invalid column index
     34}}}
    3335
    3436grass and py27-wxpython-devel are installed from macport with the standard variants selected.