Re: RB 2.0.11 ImportError: No module named apps && RuntimeError: Failed to build media files

2016-06-20 Thread David Trowbridge
on2.7/dist-packages/setuptools/command/bdist_egg.py", > line 152, 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

RuntimeError: Failed to build media files

2014-01-20 Thread naveen
/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* Can anyone help me out on this -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack

Re: RuntimeError: Failed to build media files

2014-01-20 Thread Christian Hammond
command like *python setup.py install* getting following exception: RuntimeError: Failed to build media files Traceback (most recent call last): File contrib/internal/build-media.py, line 19, in module ret = call_command('collectstatic', interactive=False, verbosity=2) File /home/naveen

Re: RuntimeError: Failed to build media files

2014-01-20 Thread naveen
I'm just trying to install it -- 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

Re: RuntimeError: Failed to build media files

2014-01-20 Thread Christian Hammond
I don't recommend installing from Git then. We provide a guide to installing Review Board with our pre-built packages. See http://www.reviewboard.org/docs/manual/dev/admin/installation/linux/ Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org

Re: RuntimeError: Failed to build media files

2014-01-20 Thread naveen
i did tried that to install but got the errorhttp://stackoverflow.com/questions/21044615/pkg-resources-distributionnotfound-pilfor PIL module (I do not think PIL nodule is compatible with 2.7, is it?) -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign

Re: RuntimeError: Failed to build media files

2014-01-20 Thread Christian Hammond
You're going to have that problem either way. PIL should be compatible with 2.7. We use it. Most likely, your Linux distro provides a package for it, usually under the name python-imaging or similar. Make sure you do not use pip for anything Review Board-related. Use easy_install only. pip,

Re: RuntimeError: Failed to build media files

2014-01-20 Thread naveen
ok, I'll try to install again from scratch from http://www.reviewboard.org/docs/manual/1.6/admin/installation/linux/ And will let you know , if any problem occurs. Thanks for quick response. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for

Re: RuntimeError: Failed to build media files

2014-01-20 Thread Christian Hammond
That link is for the old, unsupported 1.6 release. You want the 1.7 manual. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Mon, Jan 20, 2014 at 1:37 AM, nav...@launchyard.com wrote: ok, I'll try to

Re: RuntimeError: Failed to build media files

2014-01-20 Thread naveen
HI Christian, I have followed installation process for reviewboard herehttp://www.reviewboard.org/docs/manual/1.7/admin/installation/linux/. step by step While review-board installing dependencies, for *PIL* it says like: Best match: PIL 1.1.7 Downloading

Re: RuntimeError: Failed to build media files

2014-01-20 Thread naveen
Ome more thing i would like to add *sudo rb-site install /var/www/reviewboard* Traceback (most recent call last): File /usr/local/bin/rb-site, line 5, in module from pkg_resources import load_entry_point File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 2805, in module

Re: RuntimeError: Failed to build media files

2014-01-11 Thread David Trowbridge
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