#0901 CheckoutableTemplates and zc.buildout
I installed IssueTrackerProduct with a Plone buildout. It worked fine. When I added CheckoutableTemplates, Zope gave the following error on startup and would not start:
File "/local/carlos/Development/Plone/generic-3.3/parts/productdistros/CheckoutableTemplates/CTFiles.py", line 316, in __init__
t = os.stat(template_path)
OSError: [Errno 2] No such file or directory: '/local/carlos/Development/Plone/generic-3.3/parts/client1/Products/IssueTrackerProduct/zpt/customfield/manage_field.zpt'
My essential parts of my buildout configuration include the following:
[productdistros]
recipe = plone.recipe.distros
urls =
http://www.issuetrackerproduct.com/Downloa...TrackerProduct-0.10.3.tgz
http://www.issuetrackerproduct.com/Downloa...tableTemplates-0.2.11.tgz
http://www.issuetrackerproduct.com/Download/slimmer-0.1.24.tgz
[instance]
recipe = plone.recipe.zope2instance
...
products =
${buildout:directory}/products
${productdistros:location}
I looked at CTFiles.py and it uses the standard location for determining the product location rather than the settings provided by buildout.
If I have some time to play with it and find a solution, I will add to this issue. Since I can set up a regular Zope instance, I'll classify this as a feature request.
1 year and 11 months and 2 weeks old