Re: Update to V2.5.4 failed wit ImportError: No module named PIL

2016-06-07 Thread Christian Hammond
Should work, yep. That's one way to do it :) Christian -- Christian Hammond President/CEO of Beanbag Makers of Review Board On Tue, Jun 7, 2016 at 4:03 PM, Alexey Neyman wrote: > Hi Christian, > > Yeah,

Re: Update to V2.5.4 failed wit ImportError: No module named PIL

2016-06-07 Thread Alexey Neyman
Hi Christian, Yeah, found that pillowfight package - I just hand-edited the requires.txt and replaced PIL with Pillow. Is it enough? Regards, Alexey. On Tuesday, June 7, 2016 at 3:37:30 PM UTC-7, Christian Hammond wrote: > > Hi Alexey, > > We have a PIL/Pillow compatibility wrapper package

Re: Update to V2.5.4 failed wit ImportError: No module named PIL

2016-06-07 Thread Alexey Neyman
Saw the same error while upgrading from 2.0.19 to 2.0.24. Uninstalled PIL ("pip uninstall PIL") and installed Pillow ("easy_install -U Pillow"), but now rb-site fails with: bash-4.1# rb-site upgrade /var/www.reviewboard Traceback (most recent call last): File "/usr/bin/rb-site", line 5, in

Re: Update to V2.5.4 failed wit ImportError: No module named PIL

2016-04-15 Thread Christian Hammond
Hi Markus, Not sure why it would suddenly break from 2.5.2 to 2.5.4 (to my knowledge, nothing changes on our end here), but PIL is old and outdated, and won't be an option for too many more major releases. I suggest uninstalling PIL and installing Pillow instead. That's the modern fork of PIL,

Re: Update to V2.5.4 failed wit ImportError: No module named PIL

2016-04-14 Thread Markus Grimm
Small addition: PIL is installed on my system in version 1.1.7: > pip show pil --- Metadata-Version: 1.1 Name: PIL Version: 1.1.7 Summary: Python Imaging Library Home-page: http://www.pythonware.com/products/pil Author: Secret Labs AB (PythonWare) Author-email: i...@pythonware.com License:

Update to V2.5.4 failed wit ImportError: No module named PIL

2016-04-14 Thread Markus Grimm
Hi there, I just updated the review board from V2.5.2 to 2.5.4. easy_install ran through fine, but rb-site upgrade throws the following error: Traceback (most recent call last): File "/usr/local/bin/rb-site", line 9, in load_entry_point('ReviewBoard==2.5.4', 'console_scripts',