Re: [pypy-dev] cffi embedding interface uwsgi plugin

2020-05-26 Thread Daniel Holth
Is anyone else interested in using uwsgi + pypy? My cffi plugin https://github.com/unbit/uwsgi/pull/2170 is working fairly well now in ordinary WSGI mode, with --mount=/app=hello.py support. I spent a while trying to port uwsgi's experimental asyncio loop over to pypy using pypy's builtin greenlet

Re: [pypy-dev] cffi embedding interface uwsgi plugin

2020-04-23 Thread Daniel Holth
It's in the cffi issue tracker 😀 On Thu, Apr 23, 2020, 3:16 AM Armin Rigo wrote: > Hi Daniel, > > On Thu, 23 Apr 2020 at 09:08, Daniel Holth wrote: > > Need to look up how to initialize virtualenv at the Python level. I had > more success with pypy 7.1.1 which seemed to be finding the virtualen

Re: [pypy-dev] cffi embedding interface uwsgi plugin

2020-04-23 Thread Armin Rigo
Hi Daniel, On Thu, 23 Apr 2020 at 09:08, Daniel Holth wrote: > Need to look up how to initialize virtualenv at the Python level. I had more > success with pypy 7.1.1 which seemed to be finding the virtualenv based on > the working directory. Currently pypy 7.3.1 is having trouble finding the os