Re: [Boa Constr] 20100113 Test build available effects on Boa Constructor
Status: Beta
Brought to you by:
riaan
From: Chris S. <csp...@ci...> - 2010-01-23 00:55:35
|
I don't get the error you're seeing, but perhaps that's because I can't get Boa to even start because of the wx.App/wx.StandardPathsBase problem. Would you like me to send you a screen cap of the error? It's not even a traceback. The error pops up in a dialog when starting boa.py. It has become clear to me that some monkeying around in the existing source code will have to happen to get BOA to work with wxPython 2.9.x The wx.NO_3D problem is easy to solve with search/replace. It sounds, though, like there are more fundamental problems. To echo an earlier comment, no GUI designer yet exists for wxPython that beats BOA for ease of use and WYSIWYG designing. I've been using BOA since the early 2000's. I don't have a clue how I'd do GUI work without it, since nothing comes close. I hope these issues can be resolved quickly, and I'm willing to do any testing it takes to make sure that BOA works with 2.9.x. Chris. On Fri, 22 Jan 2010 19:36:36 +0100, "Werner F. Bruhin" <wer...@fr...> wrote: >Chris, > >On 22/01/2010 06:03, Chris Spencer wrote: >> On Thu, 21 Jan 2010 21:29:15 -0500, Chris Spencer >> <csp...@ci...> wrote: >> >>> I know this should go on the Boa Constructor list (and I will, once >>> you release the final version of wxPython 2.9.x). Still, I thought it >>> should be pointed out that this version of wxPython COMPLETELY breaks >>> Boa Constructor. >>> >>> wx.StandardPathsBase evidently now needs a wx.App instantiated first. >Where do you run into this problem? I don't see this one. > >>> and the property wx.NO_3D no longer exists. >On my machine I just removed these, but wonder if Riaan wants to keep >this for < 2.9. Will try and put a patch for this together. > >I also get the following traceback, are you seeing this too? > >19:31:08: Traceback (most recent call last): > >19:31:08: File >"C:\Python26\lib\site-packages\wx-2.9.0-msw-unicode\wx\_core.py", line >16223, in <lambda> > lambda event: event.callable(*event.args, **event.kw) ) > >19:31:08: File "C:\Python26\Lib\site-packages\boa\About.py", line 323, >in initCtrlNames > self.label = self.FindWindowById(self.progressId) > >19:31:08: File >"C:\Python26\lib\site-packages\wx-2.9.0-msw-unicode\wx\_core.py", line >16169, in __getattr__ > raise PyDeadObjectError(self.attrStr % self._name) > >19:31:08: PyDeadObjectError: The C++ part of the AboutBoxSplash object >has been deleted, attribute access no longer allowed. > > >Werner > > >------------------------------------------------------------------------------ >Throughout its 18-year history, RSA Conference consistently attracts the >world's best and brightest in the field, creating opportunities for Conference >attendees to learn about information security's most important issues through >interactions with peers, luminaries and emerging and established companies. >http://p.sf.net/sfu/rsaconf-dev2dev >_______________________________________________ >Boa-constructor-users mailing list >Boa...@li... >https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |