Ayuda con buildout

Luis Miguel Morillas <[email protected]>
Newsgroups gmane.comp.python.general.castellano
Message-ID <[email protected]>
Alguien está utilizando buildout?

Quiero utilizarlo para facilitar la instalación/test/desarrollo de una
librería a  los usuarios.
Tengo un buildout.cfg como este (copiado de [1]):

[buildout]
parts = amara2
develop = src
eggs = django-shorturls

[amara2]
recipe = zc.recipe.egg
interpreter = amarapy
eggs = ${buildout:eggs}

En src pongo el fuente de la librería

Parece que bin/buildout funciona bien, pero no deja el módulo
accesible al intérprete creado (amarapy)

¿Sabéis cuál es el problema?



[1] http://jacobian.org/writing/django-apps-with-buildout/


Saludos,

--

Luis Miguel
_______________________________________________
Lista de correo Python-es 
http://listas.aditel.org/listinfo/python-es
FAQ: http://listas.aditel.org/faqpyes
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.