While working on some OSX compile stuff today, I found that the wx gui is not working in dev6 branch. I get:

GRASS 6.5.svn (spearfish60):~ > g.gui wxpython&
[1] 30330
GRASS 6.5.svn (spearfish60):~ > Traceback (most recent call last):
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/ wxgui.py", line 1617, in <module>
    sys.exit(main())
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/ wxgui.py", line 1610, in main
    app = GMApp(workspaceFile)
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/ wxgui.py", line 1532, in __init__
    wx.App.__init__(self, False)
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/wx/ _core.py", line 7978, in __init__
    self._BootstrapApp()
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/wx/ _core.py", line 7552, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/ wxgui.py", line 1548, in OnInit
    workspace = self.workspaceFile)
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/ wxgui.py", line 129, in __init__
    self.cmdprompt = self.__createCommandPrompt()
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/ wxgui.py", line 196, in __createCommandPrompt
    return prompt.GPrompt(self).GetPanel()
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/ gui_modules/prompt.py", line 33, in __init__
    self.panel, self.input = self.__create()
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/ gui_modules/prompt.py", line 46, in __create
    size = (-1, 25))
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/ gui_modules/prompt.py", line 140, in __init__
    self.dropdown = wx.PopupWindow(self)
File "/Applications/GRASS-6.5.app/Contents/MacOS/etc/wxpython/wx/ _windows.py", line 1745, in __init__ _windows_.PopupWindow_swiginit(self,_windows_.new_PopupWindow(*args, **kwargs))
NotImplementedError

Note: As you can see, I'm using a bundled wxpython.  v2.8.10.1.

-----
William Kyngesburye <kyngchaos*at*kyngchaos*dot*com>
http://www.kyngchaos.com/

"Time is an illusion - lunchtime doubly so."

- Ford Prefect


_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to