R
Rolf Wester
Hi,
I have an extension written in C/C++. This already worked as a python
module with Python 2.2. Now after upgrading to Suse Linux 9.1 and Python
2.3 I rebuilt the extension and all the libraries that the extension is
linked against. But when trying to import the shared object into
Python2.3 I get the error message:
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: ./pyopt.so: failed to map segment from shared object:
Operation not permitted
I would be very appreciative for any help.
Thanks in advance
Rolf
I have an extension written in C/C++. This already worked as a python
module with Python 2.2. Now after upgrading to Suse Linux 9.1 and Python
2.3 I rebuilt the extension and all the libraries that the extension is
linked against. But when trying to import the shared object into
Python2.3 I get the error message:
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: ./pyopt.so: failed to map segment from shared object:
Operation not permitted
I would be very appreciative for any help.
Thanks in advance
Rolf