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


Groups > comp.lang.python > #71384

Re: PyPy updated

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <srikrishnamohan@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.068
X-Spam-Evidence '*H*': 0.86; '*S*': 0.00; 'debug': 0.07; 'error:': 0.07; 'pypy': 0.07; 'lawrence': 0.09; 'cc:addr:python-list': 0.11; 'language.': 0.14; '__file__,': 0.16; 'setuptools,': 0.16; 'skip:t 90': 0.16; 'skip:u 50': 0.16; 'storing': 0.16; 'subject:PyPy': 0.16; 'language': 0.16; 'wrote:': 0.18; 'command': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'error': 0.23; 'fine': 0.24; '---': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; '2.3': 0.30; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'code': 0.31; "skip:' 10": 0.31; 'follows': 0.31; 'url:05': 0.31; 'skip:- 30': 0.32; 'url:python': 0.33; 'fri,': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'skip:- 10': 0.38; 'pm,': 0.38; 'url:mail': 0.40; 'skip:u 10': 0.60; 'free': 0.61; 'skip:o 30': 0.61; 'viruses': 0.61; 'protection': 0.63; 'our': 0.64; 'interest': 0.64; 'url:blogspot': 0.65; 'url:co': 0.67; 'antivirus': 0.68; '8bit%:100': 0.72; 'skip:n 40': 0.81; 'compiling': 0.84; 'krishna': 0.84; 'length;': 0.84; 'skip:/ 30': 0.84; 'to:addr:yahoo.co.uk': 0.84; 'url:2014': 0.84; 'folk': 0.91
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:to :cc:content-type; bh=r7yZOgPuKzZUf8H+uB+FBx7pikVKuzrwJS5AW1XZdTI=; b=U7m2fBYTsIYkGd2gWL3J99LsrWfqiainclpFN0IOYHPfgkz3I1mixi62O8iyFV1V/f 0E2wIUyVh3RHJOa2D0i1DmImj6xNGH8SjbIEB9CGGSuboo5WvkunDkyBX46PZYvlRstK Hh2zzj5mKciYlc/YmgczRkJRkwBmtMKm1lnC10fCpDyXeL7Wb893mZPvxnx0JpfU/lLs R9dQ2/oAwJ0HgOSgR7vz+N8z0I53OJQHAWgvCNb5iHBHeTTewNnqB6QihypiF9Z1U61V T16gAlfmjLZTYhl0GE5THo39lsysqMyhgkX0xcS8atHA++VQTXxWt+odR9PG+FIOrb/M 7JwA==
MIME-Version 1.0
X-Received by 10.140.94.179 with SMTP id g48mr34546930qge.58.1399887519078; Mon, 12 May 2014 02:38:39 -0700 (PDT)
In-Reply-To <lkimb0$kk2$1@ger.gmane.org>
References <lkimb0$kk2$1@ger.gmane.org>
Date Mon, 12 May 2014 15:08:39 +0530
Subject Re: PyPy updated
From km <srikrishnamohan@gmail.com>
To Mark Lawrence <breamoreboy@yahoo.co.uk>
Content-Type multipart/alternative; boundary=001a113ab3ec4ce0c004f930b61e
Cc python-list@python.org
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 <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>
Newsgroups comp.lang.python
Message-ID <mailman.9913.1399887526.18130.python-list@python.org> (permalink)
Lines 110
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1399887526 news.xs4all.nl 2935 [2001:888:2000:d::a6]:50937
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:71384

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

I tried compiling pandas on pypy 2.3 but it gave error as follows

numpy/core/src/multiarray/scalarapi.c:742:16: error: 'PyUnicodeObject' has
no member named 'str'

             uni->str[length] = 0;

                ^

numpy/core/src/multiarray/scalarapi.c:743:16: error: 'PyUnicodeObject' has
no member named 'length'

             uni->length = length;

Cleaning up...
Command /home/user/test101/bin/pypy-c -c "import setuptools,
tokenize;__file__='/home/user/test101/build/numpy/setup.py';exec(compile(getattr(tokenize,
'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))"
install --record /tmp/pip-d2Eg7e-record/install-record.txt
--single-version-externally-managed --compile --install-headers
/home/user/test101/include/site/python2.7 failed with error code 1 in
/home/user/test101/build/numpy
Storing debug log for failure in /home/user/.pip/pip.log

Regards,
Krishna



On Fri, May 9, 2014 at 7:18 PM, Mark Lawrence <breamoreboy@yahoo.co.uk>wrote:

> Might interest some of you fine folk out there :-
>
> http://morepypy.blogspot.co.uk/2014/05/pypy-23-terrestrial-arthropod-trap.
> html
>
> --
> My fellow Pythonistas, ask not what our language can do for you, ask what
> you can do for our language.
>
> Mark Lawrence
>
> ---
> This email is free from viruses and malware because avast! Antivirus
> protection is active.
> http://www.avast.com
>
>
> --
> https://mail.python.org/mailman/listinfo/python-list
>

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


Thread

Re: PyPy updated km <srikrishnamohan@gmail.com> - 2014-05-12 15:08 +0530

csiph-web