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 <breamore...@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 >
-- https://mail.python.org/mailman/listinfo/python-list