Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44568

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

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 <rosuav@gmail.com>
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 <d4aff138-fe38-42b6-ad4a-66d6539b38f8@googlegroups.com>
References <ad277b74-0fbd-456d-915e-e87743dc16df@googlegroups.com> <517FE68A.1000703@davea.name> <CAPTjJmp9_Mc+uhP3n1DsSLUpo4=81xo4Qv-5zLj3K_qD=AwfXA@mail.gmail.com> <517FEA29.1010006@davea.name> <mailman.1185.1367338005.3114.python-list@python.org> <d4aff138-fe38-42b6-ad4a-66d6539b38f8@googlegroups.com>
Date Wed, 1 May 2013 07:51:27 +1000
Subject Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error.
From Chris Angelico <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1200.1367358696.3114.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Wed, May 1, 2013 at 4:10 AM, Tony Romeo <tromeo@mdlogix.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. tromeo@mdlogix.com - 2013-04-30 08:27 -0700
  Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. Joel Goldstick <joel.goldstick@gmail.com> - 2013-04-30 11:36 -0400
  Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. Chris Angelico <rosuav@gmail.com> - 2013-05-01 01:37 +1000
    Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. Tony Romeo <tromeo@mdlogix.com> - 2013-04-30 08:52 -0700
      Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. Chris Angelico <rosuav@gmail.com> - 2013-05-01 01:58 +1000
  Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. Dave Angel <davea@davea.name> - 2013-04-30 11:43 -0400
  Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. Chris Angelico <rosuav@gmail.com> - 2013-05-01 01:49 +1000
  Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. Dave Angel <davea@davea.name> - 2013-04-30 11:58 -0400
  Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. Chris Angelico <rosuav@gmail.com> - 2013-05-01 02:06 +1000
    Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. Tony Romeo <tromeo@mdlogix.com> - 2013-04-30 11:10 -0700
      Re: shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) - syntax error. Chris Angelico <rosuav@gmail.com> - 2013-05-01 07:51 +1000

csiph-web