Platform: W2K I installed localizer in the products sub-dir and started up the zserver and got the following error: Zope could not import Products.Localizer Traceback <innermost last>: Module OFS.application, line 541, in import_product Module Products.Localizer, line 290, in ? Module App.ImageFile, line 44, in __init__ IOError: [Errno 21] No such file or directory: xxxx\\xxxxx\\xxxxx...... Any clues would be greatly appreciated. TIA frankie guilbaultf@agr.gc.ca
Francoise Guilbault writes:
Platform: W2K I installed localizer in the products sub-dir and started up the zserver and got the following error: Zope could not import Products.Localizer Traceback <innermost last>: Module OFS.application, line 541, in import_product Module Products.Localizer, line 290, in ? Module App.ImageFile, line 44, in __init__ IOError: [Errno 21] No such file or directory: xxxx\\xxxxx\\xxxxx......
Any clues would be greatly appreciated. Look at line 290 of "Products/Localizer/__init__.py".
Apparently, a file is referenced there, which cannot be found. Dieter
participants (2)
-
Dieter Maurer -
Francoise Guilbault