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

2010-02-21 Thread Wayne Watson
Hmm. Actually I put it aside, thinking that it was correct. After spending quite a bit of time on it through queries to a few forums I was happy to find the rest of the story. This was not something I was desperate for, especially given the apparent complexity of it for matplotlib. The

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: http://lmgtfy.com/?q=py2exe+matplotlib+data+filesl=1 leads me to http://www.py2exe.org/index.cgi/MatPlotLib. - Christoph On 2/19/2010 7:11 PM, Wayne Watson wrote: OK, I'm

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

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

2010-02-19 Thread Wayne Watson
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 *

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

2010-02-19 Thread Christoph Gohlke
http://lmgtfy.com/?q=py2exe+matplotlib+data+filesl=1 leads me to http://www.py2exe.org/index.cgi/MatPlotLib. - 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