I was able to finally get wxPython2.3.0 to work by manually compiling with the
g++ compiler. It turns out the distutils refused to let me do this. (or I
couldnt figure
out how to force it). I also had to add a dummy function because
there was an unresolved symbol setMovementThreshold. or something like that,
having to do with joysticks which are not supported on my system.
On to Boa, which was the point of all this. Hopefully Boa will work with the
version
of wxPython I have