py2exe matplotlib problem

Hi,
I’m trying to make an executable using python 2.4.3 py2exe 0.6.8 Matplot 0.87.4

I’ve tried the setup file described in
http://starship.python.net/crew/theller/moin.cgi/MatPlotLib
but it didn’t work. The error message that I’ve got was this below.
Is there anybody who know how to make a setup file with matplotlib.get_py2exe_datafiles() ?

Thanks,
Jenny

C:\DDTAF\Run>DDTAF.exe s
Traceback (most recent call last):
File “main.py”, line 3, in ?
ImportError: No module named pylab

C:\DDTAF\Run>pause
Press any key to continue . . .