On 07/23/2011 09:11 AM, Peter Teichert wrote:

>        INCLUDE_PATH => [
>           '/site1/src',  # src
>           '/site1/lib',  # lib
>        ],

I bet that's not really where those directories are. I expect that 
should actually be:

          INCLUDE_PATH => [
             'site1/src',  # src
             'site1/lib',  # lib
          ],

i.e. without the leading slashes on the directory paths.

hth,

Dave...

_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to