how to import MV module
MRAB
google at mrabarnett.plus.com
Thu May 14 18:04:41 EDT 2009
guangshan chen wrote:
> Hi all,
>
> I am new. I just want to run a python program.
>
> When I run it, python can not find MV module. The follow is the error
> information:
> Traceback (most recent call last):
> File "MakeCouplerRestart.py", line 22, in <module>
> import MV,struct,Numeric,string
> ImportError: No module named MV
>
> Could any one tell me how to import MV module. Where is it?
>
It's not a standard part of Python.
I've Googled for it and I've found a website about climate data
analysis:
http://www2-pcmdi.llnl.gov/
Is that what you're doing?
More information about the Python-list
mailing list