Re: [Image-SIG] Some issue with easy_install and PIL/Imaging

2009-10-02 Thread Chris Withers

Fredrik Lundh wrote:

On Fri, Sep 11, 2009 at 3:49 PM, Chris Withers ch...@simplistix.co.uk wrote:

Klein Stéphane wrote:

Resume :
1. first question : why PIL package in pypi don't work ?

Because Fred Lundh have his package distributions unfortunate names that
setuptools doesn't like...


It used to support this, but no longer does.  To me, that says more
about the state of setuptools than it does about the state of PIL,
which has been using the same naming convention for 15 years.


Yep, but it is now in the minority, and consistency in package naming is 
always good.


Would there be any problems for you in naming the distribution in a 
setuptools-friendly way from the next point release?


cheers,

Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
   - http://www.simplistix.co.uk
___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig


Re: [Image-SIG] Some issue with easy_install and PIL/Imaging

2009-09-28 Thread Klein Stéphane

Fredrik Lundh a écrit :

On Fri, Sep 11, 2009 at 3:49 PM, Chris Withers ch...@simplistix.co.uk wrote:

Klein Stéphane wrote:

Resume :
1. first question : why PIL package in pypi don't work ?

Because Fred Lundh have his package distributions unfortunate names that
setuptools doesn't like...


It used to support this, but no longer does.  To me, that says more
about the state of setuptools than it does about the state of PIL,
which has been using the same naming convention for 15 years.


Ok, and what can we do ?

Is a setuptools issue ?

Can distribute (http://bitbucket.org/tarek/distribute/wiki/Home setuptools 
fork) fix this issue easily ?

Regards,
Stephane

___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig


Re: [Image-SIG] Some issue with easy_install and PIL/Imaging

2009-09-14 Thread Chris Withers

Klein Stéphane wrote:

Resume :
1. first question : why PIL package in pypi don't work ?


Because Fred Lundh have his package distributions unfortunate names that 
setuptools doesn't like...



2. second question : when I add PIL dependence in my setup.py and I do
   python setup.py develop, I've this error :
   error: Could not find required distribution Imaging.
   Why ?


See above.


Now, I add --find-links parameter to easy_install :


If you google harder, you'll find there are packagings of PIL that do 
work with setuptools...


Chris

--
Simplistix - Content Management, Batch Processing  Python Consulting
   - http://www.simplistix.co.uk
___
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig