Re: [uWSGI] PyPy issue

2018-02-21 Thread Etienne Robillard
My patch sucks. I found a much better solution for this problem is to disable |-D_FILE_OFFSET_BITS=64 in uwsgiconfig.py for 32-bit builds. However I haven't tested yet to run pypy on a 64-bit system. ||Etienne| || Le 2018-02-12 à 05:35, Krzysztof Warzecha a écrit : I'm glad you got that

[uWSGI] can't pickle reader objects

2018-02-21 Thread Etienne Robillard
Hi, I'm having an issue with the shelve and pickle modules when using pypy 5.9 with uwsgi: + . /etc/djangorc + export PYTHONHOME=/usr/local/pypy + export ROOTDIR=/home/www/isotoperesearch.ca/trunk + export BINDIR=/home/www/isotoperesearch.ca/trunk/bin + export