Re: [Image-SIG] Proper Package for PIL

2008-08-09 Thread Jeff Kowalczyk
Stephan Richter wrote: > I am a Zope 3 developer and we have moved all our code into PyPI projects. > Some of our packages require PIL. Unfortunately, we cannot list PIL as a > dependency, since its distributions are not uploaded to PyPI and the download > URL does not provide access the adequat

Re: [Image-SIG] Proper Package for PIL

2007-11-29 Thread Stephan Richter
On Thursday 29 November 2007, Christian Zagrodnick wrote: > On 2007-11-28 20:46:52 +0100, Fredrik Lundh <[EMAIL PROTECTED]> said: > > Christian Zagrodnick wrote: > Okay, I will work on that. How fast would you be able to get the > proper egg out? :-) (I would love to have a working PIL by

Re: [Image-SIG] Proper Package for PIL

2007-11-28 Thread Christian Zagrodnick
On 2007-11-28 20:46:52 +0100, Fredrik Lundh <[EMAIL PROTECTED]> said: > Christian Zagrodnick wrote: > Okay, I will work on that. How fast would you be able to get the proper egg out? :-) (I would love to have a working PIL by Thanksgiving (Nov. 22) > >> >>> I'm travelling that week, so

Re: [Image-SIG] Proper Package for PIL

2007-11-28 Thread Fredrik Lundh
Christian Zagrodnick wrote: >>> Okay, I will work on that. How fast would you be able to get the proper egg >>> out? :-) (I would love to have a working PIL by Thanksgiving (Nov. 22) >> >> I'm travelling that week, so I need to have the info/patch before next >> weekend. > > Any progress on this

Re: [Image-SIG] Proper Package for PIL

2007-11-28 Thread Christian Zagrodnick
On 2007-11-12 20:39:19 +0100, Fredrik Lundh <[EMAIL PROTECTED]> said: > Stephan Richter wrote: > >> Okay, I will work on that. How fast would you be able to get the proper egg >> out? :-) (I would love to have a working PIL by Thanksgiving (Nov. 22) > > I'm travelling that week, so I need to hav

Re: [Image-SIG] Proper Package for PIL

2007-11-12 Thread Fredrik Lundh
Lucas Shrewsbury E. wrote: > Python Package Index Tutorial > http://www.python.org/~jeremy/weblog/030924.html PIL is available on PyPI, but Stephan needs an "eggified" version that's compatible with Zope's auto-installer. ___ Image-SIG maillist -

Re: [Image-SIG] Proper Package for PIL

2007-11-12 Thread Fredrik Lundh
Stephan Richter wrote: > Okay, I will work on that. How fast would you be able to get the proper egg > out? :-) (I would love to have a working PIL by Thanksgiving (Nov. 22) I'm travelling that week, so I need to have the info/patch before next weekend. cheers /F _

Re: [Image-SIG] Proper Package for PIL

2007-11-11 Thread Bill Janssen
> > > posting a short how-to ("proper packaging/eggification for dummies/lazy > > > programmers") and the necessary tweaks to setup.py to this list would be > > > a good start, I think. > > Python Package Index Tutorial > http://www.python.org/~jeremy/weblog/030924.html Does this create an egg? I

Re: [Image-SIG] Proper Package for PIL

2007-11-11 Thread Lucas Shrewsbury E.
Python Package Index Tutorial http://www.python.org/~jeremy/weblog/030924.html On Nov 9, 2007 10:03 AM, Stephan Richter <[EMAIL PROTECTED]> wrote: > On Thursday 08 November 2007, Fredrik Lundh wrote: > > > So what do we have to do to get this done? > > > > posting a short how-to ("proper packagi

Re: [Image-SIG] Proper Package for PIL

2007-11-09 Thread Stephan Richter
On Thursday 08 November 2007, Fredrik Lundh wrote: > > So what do we have to do to get this done? > > posting a short how-to ("proper packaging/eggification for dummies/lazy > programmers") and the necessary tweaks to setup.py to this list would be > a good start, I think. Okay, I will work on tha

Re: [Image-SIG] Proper Package for PIL

2007-11-08 Thread Fredrik Lundh
Stephan Richter wrote: > I am a Zope 3 developer and we have moved all our code into PyPI projects. > Some of our packages require PIL. Unfortunately, we cannot list PIL as a > dependency, since its distributions are not uploaded to PyPI and the download > URL does not provide access the adequa

[Image-SIG] Proper Package for PIL

2007-11-08 Thread Stephan Richter
Hello everyone, I am a Zope 3 developer and we have moved all our code into PyPI projects. Some of our packages require PIL. Unfortunately, we cannot list PIL as a dependency, since its distributions are not uploaded to PyPI and the download URL does not provide access the adequate links. For