Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100232
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: SystemError in python 2.5.4 |
| Date | Fri, 11 Dec 2015 00:25:55 +1100 |
| Lines | 10 |
| Message-ID | <mailman.112.1449753958.12405.python-list@python.org> (permalink) |
| References | <5ad8e3de-4ebb-4d60-b106-cd12fdafc0c3@googlegroups.com> <mailman.111.1449747470.12405.python-list@python.org> <f876a5da-f891-41ab-9752-2001fbac3cb5@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de X5Natrtg0Qb+tcNyqQ2YVw3RjSBi2eHJ2E3JbAajPpAA== |
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.026 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.09; '2.7': 0.13; 'subject:python': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'workaround?': 0.16; 'wrote:': 0.16; "wouldn't": 0.16; 'windows': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'dec': 0.23; 'header:In-Reply-To:1': 0.24; 'fri,': 0.27; 'message- id:@mail.gmail.com': 0.27; 'know.': 0.34; 'gives': 0.35; 'received:google.com': 0.35; 'something': 0.35; 'there': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'received:209': 0.38; 'your': 0.60; 'response.': 0.66; 'improvements': 0.66; 'upgrading': 0.72; '2.5.4': 0.84; 'chrisa': 0.84; 'to:none': 0.91; 'serious': 0.97 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=LtWa+HBxzm93+EKxj3yo+JtyDZlamIXPifcSZcf5lcE=; b=S6rpCL7Ztq58k3tzRGptWnDEsZYjDNqBrcrCguXpfPKDOMmdcU/9tYdtWjthdAsJk1 R7GuY44eB3cxRp5XFLKvE8BzuNvlrBJEJ3diOcbHRLgqww0QURBY3xHRTcW7vbMpA5ia y5Usuknb9sKWSdvX4Q+tqSfTdDL70pqtrmb2YqISwNyqTgobsDfFQ6t5NeGy9t2kx2BN G4iR4p4xYaG38EZEefYIt3I7+N7ew46/X4rXfV6vD2xHcG8nGI3FQIOsHwOEiqqlivmr F+TqldLOav2765vLlzwd5VDabcpugZE/uaiX0h4OutxwtE3AFVHvy/Qa/d6s36UV+1wF Khew== |
| X-Received | by 10.107.10.233 with SMTP id 102mr11340565iok.31.1449753955123; Thu, 10 Dec 2015 05:25:55 -0800 (PST) |
| In-Reply-To | <f876a5da-f891-41ab-9752-2001fbac3cb5@googlegroups.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:100232 |
Show key headers only | View raw
On Fri, Dec 11, 2015 at 12:14 AM, Palpandi <palpandi111@gmail.com> wrote: > ChrisA, Thanks for your quick response. > I am using Windows and we are using 2.5.4 only. > Is there any workaround? I wouldn't know. All I know is, upgrading to 2.7 gives you a lot of other improvements too, so unless there's something serious holding you back, move forward! ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
SystemError in python 2.5.4 Palpandi <palpandi111@gmail.com> - 2015-12-10 03:29 -0800
Re: SystemError in python 2.5.4 Chris Angelico <rosuav@gmail.com> - 2015-12-10 22:37 +1100
Re: SystemError in python 2.5.4 Palpandi <palpandi111@gmail.com> - 2015-12-10 05:14 -0800
Re: SystemError in python 2.5.4 Chris Angelico <rosuav@gmail.com> - 2015-12-11 00:25 +1100
Re: SystemError in python 2.5.4 Steven D'Aprano <steve@pearwood.info> - 2015-12-11 19:21 +1100
Re: SystemError in python 2.5.4 dieter <dieter@handshake.de> - 2015-12-11 09:38 +0100
csiph-web