Problem in importing fipy

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • amitsoni.1984@gmail.com

    #1

    Problem in importing fipy

    Hi,

    I am using fipy for solving an ODE on python.

    I am getting an error in the line: "from fipy.meshes.gri d1D import
    Grid1D", which says:
    ImportError: No module named fipy.meshes.gri d1D
    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 with this?
    Is there any other package in Python with which I can solve ODE/PDEs?

    Thank you,
    Amit

  • Larry Bates

    #2
    Re: Problem in importing fipy

    amitsoni.1984@g mail.com wrote:
    Hi,
    >
    I am using fipy for solving an ODE on python.
    >
    I am getting an error in the line: "from fipy.meshes.gri d1D import
    Grid1D", which says:
    ImportError: No module named fipy.meshes.gri d1D
    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 with this?
    Is there any other package in Python with which I can solve ODE/PDEs?
    >
    Thank you,
    Amit
    >
    Without knowing more we can only surmise that the place
    where you installed fipy isn't on your PYTHONPATH so
    python can't find the module.

    If you haven't already, take a look at:



    Manual looks quite good and covers installation well.

    It appears you can go here and submit a ticket for help:



    -Larry

    Comment

    Working...