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

Fabrice Silva silva at lma.cnrs-mrs.fr
Sun Nov 30 06:48:40 EST 2008


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 cause of this
> > issue... Has anyone a suggestion?
> Disabling selinux ?

It might be an acceptable answer, but I found another :
using f2py-compiled modules seems not to work on ext3 file-systems
without the exec option. I only needed to add the 'exec' option
in /etc/fstab (debian).
-- 
Fabrice Silva <silva at lma.cnrs-mrs.fr>
LMA UPR CNRS 7051 - équipe S2M




More information about the NumPy-Discussion mailing list