Hi, I'm trying to setup a ZOPE test environment so I can test my ZOPE stuff before it is installed on the production server. The production environment is running on a Linux box and my test environment is running on a WindowXP machine. I copied the Data.fs and Data.fs.index from the production env. to my test environment - started the ZOPE server - and everything almost seems okay ;) but... When I try to edit one of my objects (named: resource) I get this ZOPE error: Error Value: [Errno 2] No such file or directory: '/usr/lib/zope/lib/python/Products/Localizer/resEdit.dtml' (this is where the dtml file is located on the linux production env.) The resEdit.dtml is located at 'C:\Program Files\zopelocalizer\lib\python\Products\Localizer\resEdit.dtml' in my test environment. How do I fix my the path problem? Do I have to traverse through the tree and change an 'edit path' attribute on my objects? Or? Sorry if this is a stupid question but I am new to ZOPE. Best Regards Jørgen Larsen http://jorgen.larsen.name/