davide lasagna <lasagnadav...@gmail.com> writes: > ImportError: > /home/davide/partizione/matplotlib/lib/matplotlib/_path.so: failed to > map segment from shared object: Operation not permitted > > Could it be that i've installed in the wrong directory? If yes how can > i cope with this?
Apparently this could be caused by SELinux (good luck with configuring that correctly), or perhaps your /home filesystem is mounted with the noexec option to prevent users from running their own code. Ask your system administrator how to install libraries so that Python can call dlopen on them. -- Jouni K. Seppänen http://www.iki.fi/jks ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users