31 Jan
2001
31 Jan
'01
8:28 p.m.
Yvonne Totty writes:
... File C:\Program Files\ATIAnywhere\lib\python\Products\LocalFS\LocalFS.py, line 336, in _save_File (Object: Price_00.pdf) File C:\Program Files\ATIAnywhere\lib\python\ts_regex.py, line 144, in search TypeError: read-only character buffer, ImplicitAcquirerWrapper It looks like wrong parameter passing to "manage_addFile".
"_save_File" gets a Zope object (the Implicit...Wrapper) where it expects a string (the read-only ... buffer). Dieter