Hi,

I'm trying to run uWSGI 2.0.15 with PyPy 5.9 to bootstrap a native django app.

Here's my uwsgi.ini :

[uwsgi]
chdir=/home/erob/src/django-hotsauce-0.9/tests/benchmarks/lib/pypy/django_sqlite
module=benchmark.wsgi:application
master=True
pidfile=/tmp/uwsgi-master.pid
vacuum=True
max-requests=5000
daemonize=/var/log/uwsgi.log
socket=127.0.0.1:8000
pypy-home=/usr/local/pypy

Command line:

$ /usr/local/pypy/bin/uwsgi --ini uwsgi.ini

Traceback:

From cffi callback <function uwsgi_pypy_wsgi_handler at 0xb377d390>:
Traceback (most recent call last):
  File "c callback", line 472, in uwsgi_pypy_wsgi_handler
TypeError: 'NoneType' object is not callable
[pid: 5698|app: -1|req: -1/2] 127.0.0.1 () {36 vars in 444 bytes} [Thu Feb  8 09:11:04 2018] GET /benchmark/ => generated 0 bytes in 2 msecs (HTTP/1.1 500) 0 headers in 0 bytes (0 switches on core 0)


Any ideas what I'm doing wrong? I compiled and installed uwsgi with pypy 5.9.


Thanks in advance,


Etienne


_______________________________________________
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to