Opened 13 years ago
Closed 13 years ago
#1545 closed defect (fixed)
wxGUI Cartographic Composer
Reported by: | martinl | Owned by: | annakrat |
---|---|---|---|
Priority: | blocker | Milestone: | 6.5.0 |
Component: | wxGUI | Version: | svn-releasebranch64 |
Keywords: | cartographic composer, psmap | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Unspecified |
Description
After updating wxPython 2.8.12.1, the wxGUI Composer doesn't start
Traceback (most recent call last): File "gui_modules/psmap.py", line 1710, in <module> main() File "gui_modules/psmap.py", line 1704, in main frame = PsMapFrame() File "gui_modules/psmap.py", line 138, in __init__ preview = False) File "gui_modules/psmap.py", line 979, in __init__ dc = wx.PaintDC(self) File "C:\OSGeo4w\apps\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_gdi.py", line 4823, in __init__ _gdi_.PaintDC_swiginit(self,_gdi_.new_PaintDC(*args, **kwargs)) wx._core.PyAssertionError: C++ assertion "wxAssertFailure" failed at ..\..\src\msw\dcclient.cpp(219) in wxPaintDC::wxPaintDC(): wxPaintDC may be created only in EVT_PAINT handler!
see #1141 for details. All active branches are affected.
Change History (3)
follow-up: 2 comment:1 by , 13 years ago
Cc: | added |
---|
comment:2 by , 13 years ago
Cc: | added; removed |
---|---|
Milestone: | 6.4.2 → 6.5.0 |
Owner: | changed from | to
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Can someone test r50414 (in release branch)?
Anna