Re: [Boa Constr] love the concept, new with the tool
Status: Beta
Brought to you by:
riaan
|
From: Riaan B. <riaan@e.co.za> - 2000-06-27 20:57:30
|
Hello Jaime,
Jaime Barciela Ors wrote:
>
> Hello Boa people
>
> This my very first question here, I'm getting myself into Python/wxPython
> and I see here a killer combination. I come from Delphi and I love visual
> programming, I don't want to write things like SetPosition(10,10) if I can
> avoid it
> I just downloaded Boa 0.0.3 but I cant make it work, when I run Boa.py I get
> the error:
> NameError: wxGrid
> in file PaletteMapping.py line 23
> palette = [....
Version 0.0.3 is getting a bit dated as it was written for 2.1.13
There is a new version available from CVS.
To get 0.0.3 running add:
from wxPython.grid import wxGrid
to PaletteMapping.py
The OnCloseWindow events also don't fire automatically anymore
but the above should be enough to give you a preview.
--
Riaan >>> a='a=%s;a%%`a`';a%`a`
___________________________________________________
Boa Constructor - RAD GUI building IDE for wxPython
http://boa-constructor.sourceforge.net
|