Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.138 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.73; '*S*': 0.00; 'python': 0.11; '2.7?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'yup,': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'resolved': 0.19; 'updating': 0.26; 'header:In-Reply-To:1': 0.27; 'feature': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'there,': 0.34; 'info': 0.35; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'error.': 0.37; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'upgrading': 0.60; 'worry': 0.60; "you're": 0.61; "you'll": 0.62; 'more': 0.64; 'here': 0.66; 'it!': 0.67; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=HCVKcIkGlsr9KbRYMaJbnDRQ0SA+EqVLpBHdRllK5g0=; b=lyvTrbQbgtwpyEWb/uByZt7/1WPoVsMeKnT0P/QlY+4OwhY3w5AsrPHGhT6Bfek4ns 3rjJ5gkb/nHz7uPV3u6tfuS9om2VLXR94qL755Aqpp2AuHd7LU6ioEP/eFuONnbIy4nX w1iVdVUzlXPkiV/LMPlfBQ0zuOZlMsfitUYliNEizNWRIqF9tEEKEyhn4hxSKucC0eNy HKh8YsUjlIOQZoRBuITcTkhb4zivnmj7ZdloW2Ir1r4GEwi7Vikk0HJx41cIES5eceSy g9UX3hLn2WbHS5qiaQGqH4oF2M47ZKA5PIEz1MDUC+bBf8jlmaom/xd4YicDh4dr0wD9 v/5A== MIME-Version: 1.0 X-Received: by 10.220.109.207 with SMTP id k15mr64629vcp.34.1367358687978; Tue, 30 Apr 2013 14:51:27 -0700 (PDT) In-Reply-To: References: <517FE68A.1000703@davea.name> <517FEA29.1010006@davea.name> Date: Wed, 1 May 2013 07:51:27 +1000 Subject: Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1367358696 news.xs4all.nl 15914 [2001:888:2000:d::a6]:40951 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:44568 On Wed, May 1, 2013 at 4:10 AM, Tony Romeo wrote: > Updating to 2.5+ resolved the error. > > Here is the old info ....: > Version : 2.4.3 Vendor: CentOS Yup, that would be it! Did you get as far as 2.7? Once you're there, you'll never have to worry about upgrading Python 2 again (there'll be bugfix releases but no feature changes). Of course, upgrading to 3.3 would be even better, but that's likely to involve a lot more work updating your code :) ChrisA