Re: [Boa Constr] 20100113 Test build available effects on Boa Constructor
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2010-01-22 18:37:22
|
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 |