OK, I'm completely on Win7. hello.exe works as expected by the
tutorial. That file is in dist. I've now tried this program,
pylab_scatter.py:#!/usr/bin/env pythonIt runs properly in IDLE. ============================== It appears to compile properly. Now from the cmd prompt window: C:\Users\Wayne\Sandia_Meteors\Sentinel_Development\Learn_Python\Py2exe_Test\dist>pylab_scatter.exe Traceback (most recent call last): File "pylab_scatter.py", line 2, in <module> File "pylab.pyc", line 1, in <module> File "matplotlib\__init__.pyc", line 677, in <module> File "matplotlib\__init__.pyc", line 598, in rc_params File "matplotlib\__init__.pyc", line 552, in matplotlib_fname File "matplotlib\__init__.pyc", line 242, in wrapper File "matplotlib\__init__.pyc", line 482, in _get_data_path_cached File "matplotlib\__init__.pyc", line 478, in _get_data_path RuntimeError: Could not find the matplotlib data files <-------------------What is this? C:\Users\Wayne\Sandia_Meteors\Sentinel_Development\Learn_Python\Py2exe_Test\dist> ================================== I Googled this py2exe message RuntimeError: Could not find the matplotlib data files. As of yet, it does not look like a solution ia available for matplotlib.
--
"There is nothing so annoying as to have two people
talking when you're busy interrupting." -- Mark Twain |
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
