Hi I am having a very difficult time makine executable file using Py2exe. This program uses "matplotlib " to generate graphs and I think this is causing the errors
What extra codes are necessary to make this work??
Here is what error said...
Traceback (most recent call last):
File "real_test. py", line 7, in <module>
File "zipextimporter .pyc", line 82, in load_module
File "matplotlib\__i nit__.pyc", line 709, in <module>
File "matplotlib\__i nit__.pyc", line 627, in rc_params
File "matplotlib\__i nit__.pyc", line 569, in matplotlib_fnam e
File "matplotlib\__i nit__.pyc", line 240, in wrapper
File "matplotlib\__i nit__.pyc", line 483, in _get_data_path_ cached
File "matplotlib\__i nit__.pyc", line 479, in _get_data_path
RuntimeError: Could not find the matplotlib data files
Traceback (most recent call last):
File "real_test. py", line 7, in <module>
File "zipextimporter .pyc", line 82, in load_module
File "matplotlib\__i nit__.pyc", line 709, in <module>
File "matplotlib\__i nit__.pyc", line 627, in rc_params
File "matplotlib\__i nit__.pyc", line 569, in matplotlib_fnam e
File "matplotlib\__i nit__.pyc", line 240, in wrapper
File "matplotlib\__i nit__.pyc", line 483, in _get_data_path_ cached
File "matplotlib\__i nit__.pyc", line 479, in _get_data_path
RuntimeError: Could not find the matplotlib data files
I have attached my codes in text file.
Please help !!!
What extra codes are necessary to make this work??
Here is what error said...
Traceback (most recent call last):
File "real_test. py", line 7, in <module>
File "zipextimporter .pyc", line 82, in load_module
File "matplotlib\__i nit__.pyc", line 709, in <module>
File "matplotlib\__i nit__.pyc", line 627, in rc_params
File "matplotlib\__i nit__.pyc", line 569, in matplotlib_fnam e
File "matplotlib\__i nit__.pyc", line 240, in wrapper
File "matplotlib\__i nit__.pyc", line 483, in _get_data_path_ cached
File "matplotlib\__i nit__.pyc", line 479, in _get_data_path
RuntimeError: Could not find the matplotlib data files
Traceback (most recent call last):
File "real_test. py", line 7, in <module>
File "zipextimporter .pyc", line 82, in load_module
File "matplotlib\__i nit__.pyc", line 709, in <module>
File "matplotlib\__i nit__.pyc", line 627, in rc_params
File "matplotlib\__i nit__.pyc", line 569, in matplotlib_fnam e
File "matplotlib\__i nit__.pyc", line 240, in wrapper
File "matplotlib\__i nit__.pyc", line 483, in _get_data_path_ cached
File "matplotlib\__i nit__.pyc", line 479, in _get_data_path
RuntimeError: Could not find the matplotlib data files
I have attached my codes in text file.
Please help !!!
Comment