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

Tony Romeo tromeo at mdlogix.com
Tue Apr 30 14:10:19 EDT 2013


Updating  to 2.5+ resolved the error.


Thank you
---



Here is the old info ....:
[mongrel at crms-demo ~]$ rpm -qi python
Name        : python                       Relocations: (not relocatable)
Version     : 2.4.3                             Vendor: CentOS
Release     : 56.el5                        Build Date: Wed 09 Jan 2013 06:54:47 AM EST
Install Date: Tue 30 Apr 2013 09:34:22 AM EDT      Build Host: builder10.centos.org
Group       : Development/Languages         Source RPM: python-2.4.3-56.el5.src.rpm
Size        : 73121                            License: PSF - see LICENSE
Signature   : DSA/SHA1, Wed 09 Jan 2013 03:35:41 PM EST, Key ID a8a447dce8562897
URL         : http://www.python.org/
Summary     : An interpreted, interactive, object-oriented programming language.
Description :
Python is an interpreted, interactive, object-oriented programming
language often compared to Tcl, Perl, Scheme or Java. Python includes
modules, classes, exceptions, very high level dynamic data types and
dynamic typing. Python supports interfaces to many system calls and
libraries, as well as to various windowing systems (X11, Motif, Tk,
Mac and MFC).

Programmers can write new built-in modules for Python in C or C++.
Python can be used as an extension language for applications that need
a programmable interface. This package contains most of the standard
Python modules, as well as modules for interfacing to the Tix widget
set for Tk and RPM.

Note that documentation for Python is provided in the python-docs
package.



More information about the Python-list mailing list