Hello, I've written a python product that loads DTML pages from a /dtml folder in my product... works fine. When I moved my environment to Linux, Zope is still looking on my old heirarchy. Error Log Snippet: 2004-08-31T07:23:24 PROBLEM(100) ZPublisher DTML file 'C:\Apollo1-Zope-271\Products\WWWedding\dtml/index_html.dtml' could not be read ------ 2004-08-31T07:29:29 PROBLEM(100) ZPublisher DTML file 'C:\Apollo1-Zope-271\Products\WWWedding\dtml/wwroot.dtml' could not be read ------ 2004-08-31T07:29:42 PROBLEM(100) ZPublisher DTML file 'C:\Apollo1-Zope-271\Products\WWWedding\dtml/wwroot.dtml' could not be read ------ 2004-08-31T07:29:53 PROBLEM(100) ZPublisher DTML file 'C:\Apollo1-Zope-271\Products\WWWedding\dtml/wwroot.dtml' could not be read Old instances of my product have this problem, in my code it seems to be a relative call... how do I get Zope to find the linux products resources. Thanks in advance, -Jon Cyr cyrj@cyr.info