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, while popular, does not support many of the packaging features we require. Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Mon, Jan 20, 2014 at 1:30 AM, <[email protected]> wrote: > i did tried that to install but got the > error<http://stackoverflow.com/questions/21044615/pkg-resources-distributionnotfound-pil>for > 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 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.
