[wxPython] Finally doodling

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

Mathew

I was able to finally get wxPython2.3.0 to work

Good news!

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).

What flags and etc. did you use? How did they differ from what distutils
was trying to use?

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.

Yep this is a known problem which has already been fixed in CVS. There was
a patch sent to the list a while back.

On to Boa, which was the point of all this. Hopefully Boa will work with

the

version
of wxPython I have

The CVS version is supposed to work, but I'm not sure about the released
version.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!