I am playing around with buildout using the following
configuration file:

[buildout]
parts = test
develop = .

[test]
recipe = zc.recipe.testrunner
eggs = zopyx.convert
      zopyx.slimp

Both eggs define console_scripts (which actually work
when easy_install-ing the eggs). However running buildout
won't create any script (although it should according
to the Jim's buildout tutorial)..anything I am missing?

Andreas

Attachment: pgps36RmVRS9W.pgp
Description: PGP signature

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to