Hi David,
Log directory of ReviewBoard is empty. I have taken a look into apache2 errors log:
[Tue Jun 01 10:35:12.708536 2021] [wsgi:error] [pid 483:tid 140400769578752] [client
127.0.0.1:51884] Traceback (most recent call last):
[Tue Jun 01 10:35:12.708571 2021] [wsgi:error] [pid 483:tid 140400769578752] [client
127.0.0.1:51884] import pkg_resources
[Tue Jun 01 10:35:12.708587 2021] [wsgi:error] [pid 483:tid 140400769578752] [client
127.0.0.1:51884] File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 79, in <module>
[Tue Jun 01 10:35:12.708598 2021] [wsgi:error] [pid 483:tid 140400769578752] [client
127.0.0.1:51884] from . import py31compat
[Tue Jun 01 10:35:12.708610 2021] [wsgi:error] [pid 483:tid 140400769578752] [client
127.0.0.1:51884] ImportError: cannot import name py31compat
I have tried to install this packet directly, but without success:
mixa@mixa-VirtualBox:~$ pip install py31compat
ERROR: Could not find a version that satisfies the requirement py31compat (from versions: none)
ERROR: No matching distribution found for py31compat
But in fact, this didn't help, because I have already had setuptools.
Proof:
mixa@mixa-VirtualBox:~$ pip install setuptools
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (45.2.0)
Thanks!
----
Best regards,
Mike
вторник, 1 июня 2021 г. в 00:24:18 UTC-5, David Trowbridge: