Okay, with the benefit of some sleep, I've been able to resolve this
problem. I'll recount what was wrong below for the benefit of others. To
clear up what was probably a confusing email based on Chris's response, I
was tring to use the python.org python, not the system python, but there
were som
Jim Kelly wrote:
So how do I make py2app ignore the system install version of wx completely?
The easiest way is to not use the system python at all -- use the
python.org build. Then py2app will bundle up all of that and what you've
installed.
If you want to distribute to 1.4 users, you'll n