#2645 closed defect (duplicate)
mac OSX - wxpython 3 (64 bit) profile surface map fails to start
Reported by: | epifanio | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 7.2.0 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | OSX/Intel | Platform: | MacOSX |
Description
From the wxpytho gui -> Analyze map -> profile surface map
the widget doesn't load, the following log is printed in the shell (full debug enabled) :
D1/5: G_set_program_name(): g.gisenv D2/5: G_option_to_separator(): key = separator -> sep = '/' GRASS 7.1.svn (NAD83_UTM_18N):~ > GUI D3/5: BaseToolbar.OnTool(): id = 179 GUI D1/5: Map.__init__(): None D1/5: grass.script.core.start_command(): g.tempfile -d pid=90304 D1/5: G_set_program_name(): g.tempfile D2/5: G_file_name(): path = /Users/epi/grass7data/NAD83_UTM_18N/PERMANENT D2/5: G_file_name(): path = /Users/epi/grass7data/NAD83_UTM_18N/PERMANENT/.tmp/epimac.local/90304.0 D1/5: grass.script.core.start_command(): g.gisenv -n D1/5: G_set_program_name(): g.gisenv D2/5: G_option_to_separator(): key = separator -> sep = ' ' GUI D1/5: gcmd.RunCommand(): g.proj -p D1/5: grass.script.core.start_command(): g.proj -p GUI D1/5: gcmd.RunCommand(): get return code 0 (0.035397 sec) GUI D3/5: gcmd.RunCommand(): return stdout '-PROJ_INFO------------------------------------------------- name : Universal Transverse Mercator proj : utm datum : nad83 ellps : grs80 zone : 18 no_defs : defined -PROJ_UNITS------------------------------------------------ unit : meter units : meters meters : 1 ' Traceback (most recent call last): File "/usr/local/grass-7.1.svn/gui/wxpython/mapdisp/frame.py", line 1081, in OnProfile self.Profile(rasters=rasters) File "/usr/local/grass-7.1.svn/gui/wxpython/mapdisp/frame.py", line 1089, in Profile controller=self.profileController) File "/usr/local/grass-7.1.svn/gui/wxpython/wxplot/profile.py", line 52, in __init__ BasePlotFrame.__init__(self, parent=parent, size=size, **kwargs) File "/usr/local/grass-7.1.svn/gui/wxpython/wxplot/base.py", line 88, in __init__ self.client = plot.PlotCanvas(self) File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/lib/plot.py", line 598, in __init__ self.HandCursor = wx.Cursor(Hand.GetImage()) File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/wx-3.0-osx_cocoa/wx/_gdi.py", line 1502, in __init__ _gdi_.Cursor_swiginit(self,_gdi_.new_Cursor(*args, **kwargs)) TypeError: Required argument 'type' (pos 2) not found
Change History (3)
comment:1 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Thank you so much to point me the the other tiket, I applied the patch :
http://trac.wxwidgets.org/attachment/ticket/16767/wxPython-3.0.2.0-plot.patch
And now both profile and histogram works fine.
Note:
See TracTickets
for help on using tickets.
Duplicate of #2558.