matplotlib py2exe problem

Charlie Moad <cwmoad@...83...> writes:

Are you using numarray as your numerix? If so, is it specified in
matplotlibrc of the exe bundle?

Charlie,

Yes. I'm using numarray for numerix. I've specified this in a local matplotlibrc
file that configures my application, as well as the default matplotlibrc file in
the C:\Python24\Lib\site-packages\matplotlib\mpl-data directory.

My .exe is called VizTool.exe. The output from VizTool.exe.log is :

Traceback (most recent call last):
  File "VizTool.py", line 2, in ?
  File "VizTool\Controllers.pyo", line 4, in ?
  File "VizTool\GraphPanels.pyo", line 1, in ?
  File "wxmpl.pyo", line 32, in ?
  File "matplotlib\numerix\__init__.pyo", line 145, in ?
ImportError: No module named random_array

Any suggestions?

As always, thanks for the help.

Regards,

Daniel McQuillen
Oakland, CA