I'm trying to work with Plone 5 and am trying to learn how to use bobtemplates. Unfortunately, although I am attempting to follow instructions and I'm getting a Template directory does not exist.
This is what I am trying to follow:
https://docs.plone.org/develop/addons/bobtemplates.plone/docs/
However, in my buildout, instead of creatiing the [mrbob] section, I just add the mr.bob and bobtemplates.plone directly to eggs:
eggs =
Plone
Pillow
mr.bob
bobtemplates.plone
The Plone directory is called PloneSites.
I have a Plone Site given the name 'PloneA'.
In my src directory under a PloneA, I attempt:
../bin/mrbob -O my.product bobtemplates:plone_addon
But this is the error I am getting:
patrick@patrick-virtual-machine:~/PloneSites/PloneA/src$ sudo ../bin/mrbob -O my.product bobtemplates:plone_addon
usage: mrbob [-h] [-O TARGET_DIRECTORY] [-v] [-c CONFIG] [-V] [-l] [-w] [-n]
[-q]
[template]
mrbob: error: ConfigurationError: Template directory does not exist: /home/patrick/PloneSites/buildout-cache/eggs/bobtemplates.plone-3.3.0-py2.7.egg/bobtemplates/plone_addon
But I when I open the file browser, I can go to where its attempting to access I believe?:
/home/patrick/PloneSites/buildout-cache/eggs/bobtemplates.plone-3.3.0-py2.7.egg/bobtemplates/plone/addon
What am I doing wrong?
The OS I am using is Lubuntu.