Dear David, thanks for Your help! I have now
try:
import ctypes
from ctypes.util import find_library
libc = ctypes.CDLL(find_library('c'))
return True
in misc.py, which works fine.
Martin
PS: Your patch seems to delete
libc.prctl(15, new_name, 0, 0, 0)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

