Re: [pypy-dev] pypy with virtualenv?

2011-09-30 Thread John Anderson
Yeah, that build doesn't work with virtualenv. On Fri, Sep 30, 2011 at 5:00 PM, David Malcolm wrote: > On Wed, 2011-09-28 at 18:09 -0400, John Anderson wrote: > > Fedora 15 doesn't have 1.6 out yet. I tried to use the binary release > > FWIW, pypy 1.6 for Fedora 1

Re: [pypy-dev] pypy with virtualenv?

2011-09-30 Thread John Anderson
> Try running just "pypy" and see if it prints the following warning lines: > > debug: WARNING: Library path not found, using compiled-in sys.path. > debug: WARNING: 'sys.prefix' will not be set. > debug: WARNING: Make sure the pypy binary is kept inside its tree of files. > debug: WARNING: It is o

[pypy-dev] Realtime communication and webserver to use with pypy?

2011-09-29 Thread John Anderson
In cpython I deploy using gevent or gunicorn for high performance/low memory usage with the ability to be non-blocking for realtime communication using socket.io. If I want to move to using PyPy... what are my options for this type of setup? Is there a non-blocking webserver in python that works

Re: [pypy-dev] pypy with virtualenv?

2011-09-28 Thread John Anderson
doraproject.org/koji/buildinfo?buildID=263267 On Wed, Sep 28, 2011 at 6:09 PM, John Anderson wrote: > Fedora 15 doesn't have 1.6 out yet. I tried to use the binary release but > it seems to be compiled against different libssl/libcrypto's than what I > have on my system... I sym

Re: [pypy-dev] pypy with virtualenv?

2011-09-28 Thread John Anderson
Sep 28, 2011 at 6:02 PM, John Anderson wrote: > > I read that this should just work with the latest versions, here is what > I'm > > getting: > > sontek@beast$ virtualenv --python=pypy ~/code/pypyenv > > Running virtualenv with interpreter /usr/bin/pypy > > N

[pypy-dev] pypy with virtualenv?

2011-09-28 Thread John Anderson
I read that this should just work with the latest versions, here is what I'm getting: sontek@beast$ virtualenv --python=pypy ~/code/pypyenv Running virtualenv with interpreter /usr/bin/pypy New pypy executable in /home/sontek/code/pypyenv/bin/pypy ERROR: The executable /home/sontek/code/pypyenv/b