RE: [Boa Constr] Newbie help please!
Status: Beta
Brought to you by:
riaan
From: Patrick K. O'B. <po...@or...> - 2001-12-07 15:11:43
|
I posted another message about this, but you might not have seen it. In a nutshell, a status bar method signature (ie, what parameters are expected) changed in the wxPython beta. The boa code has not been updated yet. Again, it is easy to fix. There are two spots in the boa code that call this status bar method. The Python error message will give you the line number and file name. Start boa from a dos window to see the complete error message. (C:\> python boa.py) Simply remove the extra parameters from the method calls. Hope that helps. (Wish I had documented this when I did it for myself.) Feel free to write back if it didn't work or if you have further problems. --- Patrick K. O'Brien Orbtech.com - Your Source For Python Development Services > -----Original Message----- > From: boa...@li... > [mailto:boa...@li...]On Behalf Of > Jon Edwards > Sent: Friday, December 07, 2001 8:58 AM > To: boa...@li... > Subject: [Boa Constr] Newbie help please! > > > Hi all, > > I'm new to Boa - was pointed to it by various enthusiasts on the Zope > mailing lists, as a great editor for Zope, and a nice way to help me learn > "proper" Python. > > However, I'm having troubles getting it installed! > > I got the latest version of Boa from CVS. Scanned the > mailing-list and saw a > post from Patrick K O'Brien - > http://www.geocrawler.com/archives/3/2090/2001/11/0/7187507/ - > saying that I > needed wxPython-2.3.2b7-Py21-hybrid.exe, which I've installed. > > I then got the "You need wxPython 2.3.0" error on startup, which I got rid > of by deleting the relevant "if..." statement in Boa.py. > > But now when I startup Boa, it seems to get as far as "Importing > Inspector", > then gives "Error on startup - size is an invalid keyword > argument for this > function" and then shuts down when I click OK ...and I'm stumped! :-) > > Could anyone please give some (fairly simple) instructions on how to fix > this? > > I'm running on Win2000 pro > > Thanks in advance, > > Cheers, Jon > > > _______________________________________________ > Boa-constructor-users mailing list > Boa...@li... > https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |