Re: [Numpy-discussion] error importing a f2py compiled module.

2008-11-30 Thread Fabrice Silva
Le dimanche 30 novembre 2008 à 14:47 +0900, David Cournapeau a écrit : > Fabrice Silva wrote: > > > > A way of solving this issue was to move the shared object file to > > another directory. But I want to figure out what is happening exactly. > > Googling a lot indicates that selinux would be the c

Re: [Numpy-discussion] error importing a f2py compiled module.

2008-11-29 Thread David Cournapeau
Fabrice Silva wrote: > > A way of solving this issue was to move the shared object file to > another directory. But I want to figure out what is happening exactly. > Googling a lot indicates that selinux would be the cause of this > issue... > Has anyone a suggestion? > Disabling selinux ? Dav

Re: [Numpy-discussion] error importing a f2py compiled module.

2008-11-29 Thread Fabrice Silva
Hi all, I am facing this old problem again : Fabrice Silva a écrit : > Dear all > I've tried to run f2py on a fortran file which used to be usable from > python some months ago. > Following command line are applied with success (no errors raised) : > f2py -m modulename -c --f90exec=gnu95

Re: [Numpy-discussion] error importing a f2py compiled module.

2008-07-14 Thread Fabrice Silva
Le lundi 23 juin 2008 à 14:10 +0200, Fabrice Silva a écrit : > > I don't have ideas what is causing this import error. Try > > the instructions above, may be it is due to some compile object > > conflicts. > The only posts on mailing lists I've read mention security policies > (SElinux) and /tmp e

Re: [Numpy-discussion] error importing a f2py compiled module.

2008-06-23 Thread Fabrice Silva
Le lundi 23 juin 2008 à 14:00 +0300, Pearu Peterson a écrit : > First, it is not clear what compiler is f95. If it is gfortran, then > use the command > f2py -m modulename -c --fcompiler=gnu95 tmpo.f > > If it is something else, check the output of > > f2py -c --help-fcompiler > > and use ap

Re: [Numpy-discussion] error importing a f2py compiled module.

2008-06-23 Thread Pearu Peterson
On Mon, June 23, 2008 10:38 am, Fabrice Silva wrote: > Dear all > I've tried to run f2py on a fortran file which used to be usable from > python some months ago. > Following command lines are applied with success (no errors raised) : > f2py -m modulename -h tmpo.pyf --overwrite-signature

[Numpy-discussion] error importing a f2py compiled module.

2008-06-23 Thread Fabrice Silva
Dear all I've tried to run f2py on a fortran file which used to be usable from python some months ago. Following command lines are applied with success (no errors raised) : f2py -m modulename -h tmpo.pyf --overwrite-signature tmpo.f f2py -m modulename -c --f90exec=/usr/bin/f95 tmp