[Boa Constr] Segfaults on wxGTK 2.1.15
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2000-05-15 11:04:39
|
Hi there, There are wxGTK problems for 2.1.15. When I tested for compatibility after the wxPython 2.1.15 release I tested against my current code base and found that only grids had to be added for Boa to start up. After a recent post on the SourceForge forums I tested the last released code (0.0.3) against wxPython 2.1.15 and also got a seg fault after 'imported wxPython' It seems that a problem that occured for some people (didn't happen to me) in wxGTK on 2.1.13 now occurs for everyone :) It has to do with creating wxBitmaps before the wxApp object has been created. I uploaded a patch for the problem earlier (see: http://sourceforge.net/patch/?group_id=1909) and replacing Boa.py with the patch file sorts out 2.1.15. -- Riaan >>> a='a=%s;a%%`a`';a%`a` ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |