2009/11/23 Jim Fulton <j...@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
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to