19 Apr
2000
19 Apr
'00
2:11 p.m.
Please continue to cc the list. Mario Lang wrote:
(Object: dtml/toolbox) IOError: [Errno 2] No such file or directory: '/usr/lib/zope/lib/python/Products/PTKBase/dtml/toolbox.dtml'
I'm *guessing* that you installed the PTK files as one user (perhaps root) and your Zope is running as another user (perhaps nobody) that does not have permission to read the files.
Thats what I guessed too. I set ownership to www-data (the user Zope runs on), and got the same problem. The file mentioned above doesnt exist in my CVS checkout.
It does in one I just checked out from the Public CVS, did you pass -d to cvs? This is how I update: cvs -z7 -q up -P -d -Michel