Running Python script APPA using locally installed Python2.7
Posted: Mon Sep 23, 2013 12:01 pm
Dear all
I'm trying to run the python script APPA, provided in abinit-7.4.1 package, for the analysis of Molecular Dynamics output files.
To this, I've installed Python 2.7.5 at a user defined location (to avoid messing up with the default python2.6 of the fedora 13 platform), and the required 3rd-party modules such as PyQT4, Numpy, f2py, etc..
Next, I complied "math.f90" as follows:
$ cd ~/abinit-7.4.1/scripts/post-processing/appa/fortran
$ /path/to/Python2.7.5../bin/f2py -c -I/Path/to/Python2.7.5../lib/python2.7/site-packages/numpy/core/include -I/Path/to/Python2.7.5../include/python2.7 math.f90 -m math
and get the following messages and error at the end
------------------------------------------------------
Traceback (most recent call last):
File "/home/p_thanusit/apps/Python/2.7.5/bin/f2py", line 3, in <module>
import f2py2e
File "/home/p_thanusit/apps/Python/2.7.5/lib/python2.7/site-packages/f2py2e/__init__.py", line 6, in <module>
import tempfile
File "/home/p_thanusit/apps/Python/2.7.5/lib/python2.7/tempfile.py", line 35, in <module>
from random import Random as _Random
File "/home/p_thanusit/apps/Python/2.7.5/lib/python2.7/random.py", line 45, in <module>
from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil
ImportError: cannot import name log
---------------------------------------------------
I don't know what's I've done wrong and still missing. Could anyone please give suggestions?
Regards,
Thanusit
I'm trying to run the python script APPA, provided in abinit-7.4.1 package, for the analysis of Molecular Dynamics output files.
To this, I've installed Python 2.7.5 at a user defined location (to avoid messing up with the default python2.6 of the fedora 13 platform), and the required 3rd-party modules such as PyQT4, Numpy, f2py, etc..
Next, I complied "math.f90" as follows:
$ cd ~/abinit-7.4.1/scripts/post-processing/appa/fortran
$ /path/to/Python2.7.5../bin/f2py -c -I/Path/to/Python2.7.5../lib/python2.7/site-packages/numpy/core/include -I/Path/to/Python2.7.5../include/python2.7 math.f90 -m math
and get the following messages and error at the end
------------------------------------------------------
Traceback (most recent call last):
File "/home/p_thanusit/apps/Python/2.7.5/bin/f2py", line 3, in <module>
import f2py2e
File "/home/p_thanusit/apps/Python/2.7.5/lib/python2.7/site-packages/f2py2e/__init__.py", line 6, in <module>
import tempfile
File "/home/p_thanusit/apps/Python/2.7.5/lib/python2.7/tempfile.py", line 35, in <module>
from random import Random as _Random
File "/home/p_thanusit/apps/Python/2.7.5/lib/python2.7/random.py", line 45, in <module>
from math import log as _log, exp as _exp, pi as _pi, e as _e, ceil as _ceil
ImportError: cannot import name log
---------------------------------------------------
I don't know what's I've done wrong and still missing. Could anyone please give suggestions?
Regards,
Thanusit