Hi, Yes I did. But the path on the linux and the windows environment are not the same. Ie. Linux: '/usr/lib/zope/lib/python/Products/Localizer/resEdit.dtml' Windows: 'C:\Program Files\zopelocalizer\lib\python\Products\Localizer\resEdit.dtml' - Jørgen -----Original Message----- From: Jake (aka BZ) [mailto:jake@zopezone.com] Sent: 3. december 2003 14:03 To: Jørgen Larsen Cc: zope@zope.org Subject: Re: [Zope] Moving the Data.fs Did you copy over all your products to the dev server? It looks like your Zope instance is looking for a product file that is called in your Data.fs. Jake -- http://www.ZopeZone.com Jørgen Larsen said:
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
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )