11 Apr
2001
11 Apr
'01
1:20 p.m.
On Wed, 11 Apr 2001, Jason Cunliffe wrote:
This works ok until I try to manipulate the contents of 'dict' paraemter directly via teh PythonScript 'test interface or from a typical DTML Method such as:
Error Type: AttributeError Error Value: 'string' object has no attribute 'items'
Of course it doesn't work. Here, dict is only a string, and I recommend you to change your arrangements and don't allow the Web to send you dict or any other Python data. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.