If you install from the .tar.gz file or from git, there are additional dependencies (including less, uglifyjs, and gettext). If you install our pre-built eggs, you can avoid these additional dependencies.
-David > On Jan 11, 2014, at 3:59 AM, [email protected] wrote: > > i using the github repo https://github.com/reviewboard/reviewboard to install > reviewboard , > > >> python setup.py install > running install > running bdist_egg > running egg_info > running build_media > but getting following error : > Traceback (most recent call last): > File "setup.py", line 228, in <module> > "Topic :: Software Development :: Quality Assurance", > File "/usr/lib/python2.7/distutils/core.py", line 152, in setup > dist.run_commands() > File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands > self.run_command(cmd) > File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File > "/home/naveen/env2/local/lib/python2.7/site-packages/setuptools/command/install.py", > line 73, in run > self.do_egg_install() > File > "/home/naveen/env2/local/lib/python2.7/site-packages/setuptools/command/install.py", > line 93, in do_egg_install > self.run_command('bdist_egg') > File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command > self.distribution.run_command(command) > File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File > "/home/naveen/env2/local/lib/python2.7/site-packages/setuptools/command/bdist_egg.py", > line 177, in run > self.run_command("egg_info") > File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command > self.distribution.run_command(command) > File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File "setup.py", line 80, in run > self.run_command('build_media') > File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command > self.distribution.run_command(command) > File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File "setup.py", line 100, in run > raise RuntimeError('Failed to build media files') > RuntimeError: Failed to build media files > > > What is the reason for this error and how it can be resolved ? > > -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://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/groups/opt_out. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://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/groups/opt_out.
