21 Jun
2008
21 Jun
'08
3:02 p.m.
--On 21. Juni 2008 16:51:46 +0200 Giampiero Benvenuti <giampiero.benvenuti@chiaroscuro.com> wrote:
File "/usr/local/lib/python2.4/site-packages/PIL/ImageFile.py", line 74, in __init__ self.fp = open(fp, "rb") IOError: [Errno 2] No such file or directory: 'Shared/DC/ZRDB/www/DBAdapterFolder_icon.gif' ------
The question is: why this problem doesn't happen with zope2.10.5?
No idea. Take the Python debugger and check why the file can not be found. The solution is inside ImageFile.py - see your traceback. -aj