Re: [pypy-dev] pypy 2.2.1 win32

2014-02-28 Thread Johan Råde
On 2014-02-28 08:03, norbert.raimund.leis...@arcor.de wrote: Hello support-team, I have installed pypy 2.2.1 win32 for my OS Windows XP SP 3 -32 bit, Python 2.7, MSI Microsoft Visual C++ 2008 SP1 Redistributable Package (x86). Now my question: Must be Python 2.7 deinstalled and replaced by Pyt

Re: [pypy-dev] pypy 2.2.1 win32

2014-02-28 Thread Carl Friedrich Bolz
Hi Norbert, On 28/02/14 08:03, norbert.raimund.leis...@arcor.de wrote: > I ask you because a chess program "Sunfish" https://github.com/thomasahle/sunfish/ is using pypy. Unrelated to your actual question, this sounds like a very cool addition to our benchmark set. Somebody feel like adding it?

Re: [pypy-dev] Regression for lxml-cffi install (?)

2014-02-28 Thread Костя Лопухин
Maybe I am doing something entirely wrong here (e.g. the install command may be bogus). I would appreciate any advice :) 2014-02-28 20:11 GMT+04:00 Костя Лопухин : > Hello! > https://bugs.pypy.org does not work at the moment, so posting here. > > pip install -e git+git://github.com/amauryfa/lxml.g

[pypy-dev] Regression for lxml-cffi install (?)

2014-02-28 Thread Костя Лопухин
Hello! https://bugs.pypy.org does not work at the moment, so posting here. pip install -e git+git://github.com/amauryfa/lxml.git@cffi#egg=lxml-cffi works under pypy 2.1 and fails with pypy nighly. Not sure that this does really belong to pypy bugtracker, but it looks like a regression. Tested und