[quills-dev] [Quills Issue Tracker] New issue: #130 - Update README
admin at plone.org admin at plone.orgSat Jan 19 22:08:15 UTC 2008
- Previous message: [quills-dev] [Quills Issue Tracker] Response to #129 - WorkflowException
- Next message: [quills-dev] [Quills Issue Tracker] Response to #128 - No traversable adapter found
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A new issue has been submitted to the **Issue tracker** tracker by **Jonathan Steffan** and awaits confirmation. Issue Information ----------------- Issue Update README (http://plone.org/products/quills/issues/130) **Issue Details**:: I'd like to see the README updated to reflect some details that I would have found helpful. https://svn.plone.org/svn/collective/Quills/trunk/README.txt "More specifically, quills.core and quills.app are required to be available from your python path (i.e. probably lib/python/quills/core)." The quills.core and quills.app can't just be checked out, they have to be built with setuptools. svn co https://svn.plone.org/svn/collective/quills.core/trunk quills.core cd quills.core; python setup.py build cp -r build/lib/quills $INSTANCE_HOME/lib/python/ svn co https://svn.plone.org/svn/collective/quills.app/trunk quills.app cd quills.app; python setup.py build cp -r build/lib/quills $INSTANCE_HOME/lib/python/ Something like this would be useful for anything needing to be installed into lib/python. \* This is an automated email, please do not reply - plone.org Administrator -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.etria.com/pipermail/quills-dev/attachments/20080119/c5ec661f/attachment.htm
- Previous message: [quills-dev] [Quills Issue Tracker] Response to #129 - WorkflowException
- Next message: [quills-dev] [Quills Issue Tracker] Response to #128 - No traversable adapter found
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the quills-dev mailing list