Dear Suva,
Apologies for the delay in response.
This is again a known package related issue.
Somehow it fails find the data folder and hence you get the error. Please add the below code and try again:
import matplotlib
setup(
data_files=matplotlib.get_py2exe_datafiles(),
)
There is another way you can try. Both of these methods are explained in the below link:
Please try this and let me know if you need any further help.