I would like to install Fipy on Python3.3 (Windows 7 or Linux/ubuntu-mint), is possible? I need to use Fipy for improving my python3.3 coding. Do I have to translate that in python 2.7 ? Please does anyone know? any suggestion?
Asked
Active
Viewed 2,695 times
2 Answers
4
FiPy has been able to run under Python 3.x since last summer. Only the SciPy solvers are supported (PySparse and PyTrilinos are not ready for Py3k to the best of my knowledge).
See http://www.ctcms.nist.gov/fipy/documentation/USAGE.html#running-under-python-3 for directions. I have only tried it on Mac OS X, but it should work on Linux and Windows as well.

jeguyer
- 2,379
- 1
- 11
- 15
0
No, FiPy does not support Python 3. You need to either use Python 2 or help update FiPy to support Python 3. Contact the authors about that.

Lennart Regebro
- 167,292
- 41
- 224
- 251
-
... I tried to instal 3to2 tool to convert 3.3 to 2.7 but I didn't manage ... do you have any idea? – user1640255 Dec 19 '12 at 06:17
-
@user1640255: Contact the authors of FiPy. Read http://python3porting.com/ This is not a ten minute job. – Lennart Regebro Dec 19 '12 at 06:33