On Oct 12, 2014, at 15:01, Jeff Tchang <[email protected]> wrote:
> Do you get these errors with normal python?
>
No, uWSGI with CPython works fine. It's only when I do something like:
virtualenv myenv -p pypy-c
. myenv/bin/activate
pip install uwsgi
uwsgi --http :9090 --pypy-wsgi-file foobar.py
(where foobar.py is as in
https://uwsgi-docs.readthedocs.org/en/latest/WSGIquickstart.html#the-first-wsgi-application
) that it doesn't work.
> If not then might be better to post to pypy mailing list.
>
Have you seen https://uwsgi-docs.readthedocs.org/en/latest/PyPy.html? uWSGI
documents special support for PyPy. I guess I could cross-post to the PyPy
mailing list, but since PyPy is working with everything besides uWSGI, it made
sense to try here first.
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi