Sigh, now you see my misunderstanding, sorry for the abuse of CAPS LOCK but
#pragma marks are only called #pragma because of the preprocessor, which is
why GCC is getting away from that. (note the gcc handbook, i checked it out
one week) anyway, it would be silly for an editor to detect things tha
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
Kees, Christopher E wrote:
Anybody had any
luck with a 4-way universal numpy build?
I'd ask on the numpy list, but I don't think I've seen anyone talk about it.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959 voice
760
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