Try

    >>> from fipy import *
    >>> m = Grid1D(nx=2)

start a new python prompt and try

    >>> from fipy.meshes.grid1D import Grid1D
    >>> m = Grid1D(nx=2)

Do either of those work?

On Mar 14, 2007, at 10:17 PM, amit soni wrote:

This is working fine(from fipy import *). It is not giving any errors.

Thanks,
Amit

Daniel Wheeler <[EMAIL PROTECTED]> wrote:
Hi Amit,

What happens when you open up a python prompt and type

   >>> from fipy import *


On Mar 13, 2007, at 11:22 PM, amit soni wrote:

Hi,

I am getting an error in the line: "from fipy.meshes.grid1D import Grid1D", which says:
ImportError: No module named fipy.meshes.grid1D
Importing only fipy also gives a similar error.

I have Python2.4.4, numpy, matplotlib and fipy installed on my computer.

Can anyone help me what might be causing this problem?

Thank you,
Amit

TV dinner still cooling?
Check out "Tonight's Picks" on Yahoo! TV.

--
Daniel Wheeler




Don't be flakey. Get Yahoo! Mail for Mobile and
always stay connected to friends.

--
Daniel Wheeler


Reply via email to