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