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


Groups > comp.lang.python > #71384 > unrolled thread

Re: PyPy updated

Started bykm <srikrishnamohan@gmail.com>
First post2014-05-12 15:08 +0530
Last post2014-05-12 15:08 +0530
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#71384 — Re: PyPy updated

Fromkm <srikrishnamohan@gmail.com>
Date2014-05-12 15:08 +0530
SubjectRe: PyPy updated
Message-ID<mailman.9913.1399887526.18130.python-list@python.org>

[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
>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web