Re: [Boa Constr] issues appears in my os!
Status: Beta
Brought to you by:
riaan
From: Werner F. B. <wer...@fr...> - 2010-10-22 10:12:56
|
Hi Benyu, Can you please subscribe to the list on sourceforge, as otherwise it is blocked as spam. On 22/10/2010 06:02, benyu wrote: > Tow issues appears in my os! > 1. After starting of the boa-Constructor then click on the help button > on palette appears the Error: > TypeError: in method 'windowlist__getitem__',expected argument 2 of type > 'size_t' Can you please provide the full traceback on this error. > > 2. Whatever type of window,form, or even the app are created, however, > the palette always show empty where no any items like button,label or > else like described as the doc or screenshot in boa-constructor site. Are there no errors when you start Boa? If you start it using pythonw.exe, can you please start it using python.exe (no "w") and let us know if there are any errors. > > > 3. Finish the most simple sample by create the form from editor pannel, > save and run the 'form' program fail with no any message or tips. > When you follow e.g. the Boa tutorial "Building your Frist Application" what happens after you created App1.py and Frame1.py when you try to run it? > > My configuration of python like below: > OS: windows 7 ultimate > Python: python2.7 > wxPython:wxPython2.8-win32-unicode-2.8.11.0-py27.exe > boa-constructor:boa-constructor-0.6.1.src.win32.exe (from sf) > > Of course the demo from official wxPython and other provider runs right! > I working with Py2.6 normally and don't see these issues. I am doing some testing with Py 2.7 for none Boa stuff and just tried Boa with Py 2.7 and I don't see these issues. I am on Win 7 too but I use the CVS copy of Boa which contains a few corrections since 0.6.1 came out but not sure that this would be your problem. Werner |