Search results

  1. N

    Python 3.12, wsgi-lsapi, and Django

    This issue is solved. Here was the problem: wsgi-lsapi was quietly changing working directories to /var/www/example.com/myapp, which had a file named locale.py in it (thus interrupting a similarly named file from being loaded from the stdlib). I consider this a bug as the location variable...
  2. N

    Python 3.12, wsgi-lsapi, and Django

    I should probably mention my specs: OS: Ubuntu 22.04 Hardware: 12 CPU / 12GB RAM VPS OLS version: 1.7.19 Django version: 5.1 Python version: 3.12
  3. N

    Python 3.12, wsgi-lsapi, and Django

    After spending several hours attempting to get this working, I have come to the conclusion that there appears to be a bug with the wsgi-lsapi applet. I'll begin by showing you what the stderr.log produces upon every request: Traceback (most recent call last): File...
Top