how to import MV module

MRAB google at mrabarnett.plus.com
Thu May 14 19:32:02 EDT 2009


guangshan chen wrote:
> Hi MRAB,
> 
> Thanks. That is not what I am doing.
> It seems only there is MV module used. I also googled a lot.
> 
> I just try to delete MV in the program. I found the program still can be 
> run without any problem.
> So maybe the MV module is not used.
> 
 From the trackback I can see that the module is imported as just "MV",
so if the module is actually being used then "MV" will occur elsewhere
in the program. If it doesn't, then deleting it from that line won't be
a problem, but if it _is_ used elsewhere, then it _will_ be a problem -
and it's just that it hasn't happened yet! :-)

> Guangshan
> 
> On May 14, 2009, at 5:04 PM, MRAB wrote:
> 
>> 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