I'm trying to use the --paste option of uwsgi, to serve a pyramid application, but PasteDeploy is throwing a TypeError (coming from Python3 I guess)
File "/home/admin/.mozaiqu.es.env/lib/python3.2/site-packages/paste/deploy/loadwsgi.py", line 277, in loadcontext
if '#' in uri:
TypeError: Type str doesn't support the buffer API
The command i'm using:
uwsgi --paste development.ini --socket :3031 -H /home/admin/.mozaiqu.es.env
I thought that PasteDeploy and uwsgi were Python3 friendly, they aren't ?
Am I doing something wrong ?