BOA GUI builder?

David Bolen db3l at fitlinxx.com
Mon Oct 29 15:56:16 EST 2001


Angel Asencio <asencio at mitre.org> writes:

> Ok, someone told me that to be able to use boa v0.0.13 with wxPython
> 2.3.1 I had to do some modifications.  I checked on source forge,
> and I could not find any patch related to this.  Could someone post
> the changes or a place to get the patch for v0.0.13 to be able to
> work with wxPython 2.3.1?

If it was on SourceForge, then you wouldn't need to do the modifications :-)

There's a check for version 2.3.0 in the current CVS boa files - such
that if you try to run it with 2.3.1 it'll give you a message box
complaining that it needs 2.3.0.

Just look for "2.3.0" in the files to find the error and you'll find
the bit of code that you need to tweak.  I think it was in the main
Boa.py module, and just tweak the (2,3,0) tuple to (2,3,1).

--
-- David
-- 
/-----------------------------------------------------------------------\
 \               David Bolen            \   E-mail: db3l at fitlinxx.com  /
  |             FitLinxx, Inc.            \  Phone: (203) 708-5192    |
 /  860 Canal Street, Stamford, CT  06902   \  Fax: (203) 316-5150     \
\-----------------------------------------------------------------------/



More information about the Python-list mailing list