[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Python applications: private dirs and PYTHONPATH issue



Hi,

On Thu, Sep 11, 2014 at 10:30:42AM +0200, Piotr Ożarowski wrote:
> [Andreas Tille, 2014-09-11]
> > pkg_resources.DistributionNotFound: pil>=1.1.7
> 
> python{,3}-pil provides Pillow egg-info
> Matthias: should python-imaging provide pil.egg.info file (for older
> libraries/applications like dicompyler?

For the moment I circumvented this by the following patch:

--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ import sys
 requires = [
     'matplotlib>=0.99, <=1.1.0',
     'numpy>=1.2.1',
-    'pil>=1.1.7',
+    'pillow>=2.5.1',
     'pydicom>=0.9.5, <=0.9.8']

 if sys.version_info[0] == 2 and sys.version_info[1] < 6:


It would be great to drop this patch in the future.

Kind regards

         Andreas. 

-- 
http://fam-tille.de


Reply to: