Re: [Matplotlib-users] py2exe message" RuntimeError: Could not find the matplotlib data files"?

2010-02-20 Thread Christopher Barker


Wayne Watson wrote:
> Thank you. That last link probably enlightened about six people.

Are you one of those six? That page is unfortunate -- some folks don't 
quite "get" that a Wiki is supposed to be edited -- not just added to, 
like a forum. So that page could really use some clean up -- but if you 
read the whole page, you can see that it's gotten pretty easy.

Are you still confused?

-Chris

> On 2/19/2010 8:28 PM, Christoph Gohlke wrote:
>>   leads me to
>> .
-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R(206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115   (206) 526-6317   main reception

chris.bar...@noaa.gov

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] py2exe message" RuntimeError: Could not find the matplotlib data files"?

2010-02-20 Thread Wayne Watson
Thank you. That last link probably enlightened about six people.

On 2/19/2010 8:28 PM, Christoph Gohlke wrote:
>   leads me to
> .
>
> - Christoph
>
> On 2/19/2010 7:11 PM, Wayne Watson wrote:
>
>>   OK, I'm on Win7.  From the py2exe tutorial,  I've found that  hello.exe
>> works as expected by the tutorial. That file is in the dist folder.
>> I've now tried this program, pylab_scatter.py:
>>
>>  #!/usr/bin/env python
>>  from pylab import *
>>
>>  N = 30
>>  x = 0.9*rand(N)
>>  y = 0.9*rand(N)
>>  area = pi*(10 * rand(N))**2 # 0 to 10 point radiuses
>>  scatter(x,y,s=area, marker='^', c='r')
>>
>>  show()
>>
>> It 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
>>File "pylab.pyc", line 1, in
>>File "matplotlib\__init__.pyc", line 677, in
>>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
>>
>>
>>
>> --
>> Download Intel® Parallel Studio Eval
>> Try the new software tools for yourself. Speed compiling, find bugs
>> proactively, and fine-tune applications for parallel performance.
>> See why Intel Parallel Studio got high marks during beta.
>> http://p.sf.net/sfu/intel-sw-dev
>>
>>
>>
>> ___
>> Matplotlib-users mailing list
>> Matplotlib-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>  
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> ___
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>

-- 
 "There is nothing so annoying as to have two people
  talking when you're busy interrupting." -- Mark Twain


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users