[Boa Constr] CVS 0.0.12
Status: Beta
Brought to you by:
riaan
From: Harnell, L. <lyn...@up...> - 2001-08-01 22:06:07
|
Hi >I forgot to remind people to use update -P as some files has been removed from the repository, but this should not 'break' anything. OK tonight I will get 0.0.11 going again, move it to a different directory, and upload a clean version of 0.0.12. >> 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 do not normally run it under IDLE. It was only an attempt to see what was going on. >> 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. OK I will get 2.3.x going first. Regards Lynndon Harnell |