Re: [Boa Constr] issues appears in my os!
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2010-10-22 11:55:16
|
On 22/10/2010 13:13, benyu wrote: > Thank your response! > > 1. Under the python27\lib\site-package\boa-constructor directory do : > python boa.py > 2. Started the boa without any errors or warnings! > > 3. After that, i go on click the help button get flowing error ( in > details ) > 18:56:16: Traceback (most recent call last): > 18:56:16: File > "D:\Python27\Lib\site-packages\boa-constructor\Palette.py", line 224, > in OnHelpToolClick Help.showMainHelp(self.paletteHelpItems['boa']) > 18:56:16: File > "D:\Python27\Lib\site-packages\boa-constructor\Help.py", line 261, in > showMainHelp > getHelpController().Display(bookname).ExpandBook(bookname) > 18:56:16: File > "D:\Python27\Lib\site-packages\boa-constructor\Help.py", line 323, in > Display self.frameX = wxHelpFrameEx(self) > 18:56:16: File > "D:\Python27\Lib\site-packages\boa-constructor\Help.py", line 425, in > __init__ self.indexPanel.GetChildren()[:3] > 18:56:16: File > "D:\python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line > 8367, in __getitem__ return _core_.WindowList___getitem__(*args, > **kwargs) > 18:56:16: TypeError: in method 'WindowList___getitem__', expected > argument 2 of type 'size_t' Now I remember, this was a problem caused by a change in wxPython 2.8.4.2 which is fixed in the CVS version of Boa. > > 4. The top palette is also empty, so i create the new wx.app from the > toolbar of edit as the default way. > > 5. Saving the app1.py , form1.py to a certain directory, > then running the app1.py ok now (last time is running the form1.py). > > i will keep reading the tutorial! Have fun Werner |