shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error.

Tony Romeo tromeo at mdlogix.com
Tue Apr 30 11:52:22 EDT 2013


Thank you for the response.

Results after using 0666:


Traceback (most recent call last):
  File "dump_cdorked_config.py", line 15, in ?
    from ctypes import *
ImportError: No module named ctypes



More information about the Python-list mailing list