Re: [pypy-dev] any tutorial for compiling pypy on windows?

2012-07-30 Thread Chris Lambacher
It's been a while since I set this up, so I'm hazy on some of the details. Pypy builds on windows may look for dependencies in other locations but the way I had recommended to me and which worked was parallel to the pypy checkout. For example I have: c:\work\pypy | |- bzip2-1.0.5

Re: [pypy-dev] Testing pypy

2011-08-10 Thread Chris Lambacher
Hi Seung, Are you talking about the interpreter tests or tests for your own packages? If you want to run tests, I think the latest versions of Tox support PyPy. You can have it run tests against multiple versions of python: http://tox.testrun.org/en/latest/ -Chris On Wed, Aug 10, 2011 at 7:49