|
New ticket
#4918
by
splatter2
For
Beanbag, Inc.
▸
Review Board
rb-site does not work on python 2.7
What version are you running?
4.0rc1
What steps will reproduce the problem?
- Install ReviewBoard 4.0rc1 with python 2.7
- Try to execute
rb-site
What do you see?
rb-site bombs with the following error message:
Traceback (most recent call last):
File "/usr/bin/rb-site", line 7, in <module>
from reviewboard.cmdline.rbsite import main
File "/usr/lib/python2.7/site-packages/reviewboard/cmdline/rbsite.py", line 1038
exec(code, module_globals)
SyntaxError: unqualified exec is not allowed in function 'run_manage_command' it contains a nested functions with free variables
What operating system are you using?
CentOS 7.9.2009, Python 2.7.5
New
Priority:Medium
Type:Defect
|