[Distutils] Buildout and PIL problem

Restless Being restless.being at gmail.com
Mon Nov 23 21:10:33 CET 2009


2009/11/23 Jim Fulton <jim at zope.com>

> It expect it said "Unused option for buildout: eggs".
>

Exactly.


>
> The eggs option doesn't mean anything to the buildout section.  This
> message was just letting you know that something wasn't right.  The
> information you provided was having no effect.
>
I think i didn't understand the following snippet from
http://jacobian.org/writing/django-apps-with-buildout/:

***
[buildout]
parts = python
develop = .
eggs = django-shorturls

[python]
recipe = zc.recipe.egg
interpreter = python
eggs = ${buildout:eggs}
***

Now I see that the "eggs = django-shortuls" isn't there for buildout
section, it is there for other sections which include it with
$(buildout:eggs).

Thanks a lot!
Jakub
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20091123/8ab32627/attachment.htm>


More information about the Distutils-SIG mailing list