Problem in importing fipy

A

amitsoni.1984

Hi,

I am using fipy for solving an ODE on python.

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 with this?
Is there any other package in Python with which I can solve ODE/PDEs?

Thank you,
Amit
 
L

Larry Bates

Hi,

I am using fipy for solving an ODE on python.

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 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:

http://www.ctcms.nist.gov/fipy/installation.html

Manual looks quite good and covers installation well.

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

http://matforge.org/fipy/newticket

-Larry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top