Re: [Boa Constr] Boa CVS 0.0.12
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2001-08-01 12:21:35
|
Hello Lynndon, Lynndon Harnell wrote: > > Hi again. I just CVS updated to 0.0.12 and downloaded and installed > the new help docs. I forgot to remind people to use update -P as some files has been removed from the repository, but this should not 'break' anything. > > It all seemed to update my CVS version OK, but when I ran it, the > program load seemed to crash when it got to the help section (as per > messages in the MS Dos window, but when it crashed the MS Dos window > closed). If I try to run it from Python IDLE, I get a syntax error > c:\Boa\Boa.py, line 378, which does not seem to exist. Running Boa in IDLE seems to be tricky :) First remove the whitespace on the last line in Boa.py. Also the way IDLE runs modules is not exactly the same as running the file directly in the interpreter. You'll have to manually add Boa's path to sys.path in the IDLE shell. Then it works, but you also need to hope that there are no errors on startup because cleanup isn't always successfull. This partially a problem with running Boa in the same interpreter as IDLE and problems with mixing wxWindows and Tkinter. > > I am running win98, python21, wxpython 2.2 The new help system uses the OOR features of 2.3.x so I suggest updating your wxPython to 2.3.0. I've not been able to work around the accelerator table bug in 2.3.1 Also, if you don't want the DOS box to close, open one explicitly by going Start->Run->Command, cd to the Boa directory and run it by typing: python Boa.py Useful for reading error messages. > > Any clues would be appreciated. I will test 0.0.12 on a 98 box as soon as possible. > > Regards > > Lynndon Harnell > > PS I am running netscape, with Eudora as my default email, and > sometimes (and I suspect anytime I go near the CVS), netscape's > composer seems to hijack netscape. Strange....... I have no idea what this means... > Lynndon Harnell -- Riaan Booysen ___________________________________________________ Boa Constructor - RAD GUI building IDE for wxPython http://boa-constructor.sourceforge.net |