Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error.
Updating to 2.5+ resolved the error. Thank you --- Here is the old info : [mongrel@crms-demo ~]$ rpm -qi python Name: python Relocations: (not relocatable) Version : 2.4.3 Vendor: CentOS Release : 56.el5
Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error.
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 -- http://mail.python.org/mailman/listinfo/python-list