Hey guys,
I just updated my master branch and I ran into this error while trying to run the devserver on my local machine:
yazanm@ubuntu:~/rb/reviewboard$ ./contrib/internal/devserver.py
Running dependency checks (set DEBUG=False to turn this off)...
p4 command not found. Perforce integration will not work.
for help setting up Review Board.
It's preventing my devserver from starting.
Any ideas/thoughts? I'm not even sure if it is a perforce issue.
Notes:
import P4 works from a python shell
I just did an apt-get update/upgrade
OS: Ubuntu 11.04
Yazan Medanat