On Wed, 2003-12-03 at 02:56, Jørgen Larsen wrote:
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.
An excellent idea. :-)
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.
I haven't used the product myself, but it sounds like it may have been symlinked into the Products folder on the Linux side. Copy Localizer into ZOPE_DIR\Products and restart zope... see if that doesn't fix it. HTH, Dylan