Fatal Python error: numpy.core.multiarray failed to import... exiting.

Hey guys.

I have reinstalled all of my python addons and this is what i have

python 2.4
numpy 1.0b5
scipy.050
matplotlib.087.5
wxPython2.6-win32-unicode-2.6.3.3-py24.exe
wxmpl latest from subversion

C:\lameness>c:\Python24\python.exe templatewindow.py
Overwriting info=<function info at 0x02550370> from scipy.misc.helpmod
(was <fun
ction info at 0x019748B0> from numpy.lib.utils)
Overwriting who=<function who at 0x01E433F0> from scipy.misc.common (was
<functi
on who at 0x019747F0> from numpy.lib.utils)
Overwriting source=<function source at 0x02552470> from scipy.misc.helpmod
(was
<function source at 0x019748F0> from numpy.lib.utils)
RuntimeError: module compiled against version 1000000 of C-API but this
version
of numpy is 1000002
Fatal Python error: numpy.core.multiarray failed to import... exiting.

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

C:\lameness>

And I recieve this error. I was getting this with matplotlib prior to
87.5 and posted the error on the numpy mailing list and basicall they told
me to get the latest svn of matplotlib and thats why the error occured.
They also said that it was a matplotlib problem not a numpy problem.
Anyone know how to fix this?

-Kenny