Hi All, I am trying to bring up reviewboard 2.5 on RHEL6.4.
Currently this system has Python2.6, MySql5.7, Apache2 After installation, when I tried to open the site it gives below error: [Fri Aug 19 11:54:50 2016] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0 [Fri Aug 19 11:54:50 2016] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Fri Aug 19 11:54:50 2016] [warn] module wsgi_module is already loaded, skipping [Fri Aug 19 11:54:50 2016] [notice] Digest: generating secret for digest authentication ... [Fri Aug 19 11:54:50 2016] [notice] Digest: done [Fri Aug 19 11:54:50 2016] [notice] Apache/2.2.15 (Unix) mod_wsgi/3.2 Python/2.6.6 DAV/2 configured -- resuming normal operations [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] mod_wsgi (pid=3921): Target WSGI script '/var/www/reviews.example.com/htdocs/reviewboard.wsgi' cannot be loaded as Python module. [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] mod_wsgi (pid=3921): Exception occurred processing WSGI script '/var/www/reviews.example.com/htdocs/reviewboard.wsgi'. [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] Traceback (most recent call last): [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] File "/var/www/reviews.example.com/htdocs/reviewboard.wsgi", line 3, in <module> [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] import pkg_resources [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] File "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 2953, in <module> [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] @_call_aside [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] File "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 2939, in _call_aside [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] f(*args, **kwargs) [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] File "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 2966, in _initialize_master_working_set [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] working_set = WorkingSet._build_master() [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] File "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 637, in _build_master [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] return cls._build_from_requirements(__requires__) [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] File "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 650, in _build_from_requirements [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] dists = ws.resolve(reqs, Environment()) [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] File "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 829, in resolve [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] raise DistributionNotFound(req, requirers) [Fri Aug 19 11:55:25 2016] [error] [client 10.113.130.164] DistributionNotFound: The 'pillowfight' distribution was not found and is required by Djblets For me it looks to be python error. But I am not able to figure out where the issue and how to solve the same. Kindly do the needful. Regards, Mano -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
