Re: RuntimeError: Failed to build media files

2014-01-20 Thread Christian Hammond
Hi, Building Review Board requires a number of development tools, including node.js, lessc, and uglifyjs. Are you planning to do development with this, or just install it? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. -

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
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, nav...@launchyard.com wrote: i using the github