[Zope] TypeError

Jim Washington jwashin@vt.edu
Wed, 02 May 2001 09:03:37 -0400


Fritz Mesedilla wrote:
> 
> this has never happened before... i don't think it's a product that we have
> used because i tried installing it to other servers and it works... this
> only happens on one of our servers...
> 
> i currently have zeo and zope on the error server...
> 
> this is what comes out...
> 
> Error Type: TypeError
> Error Value: unsliceable object

Hi, Fritz

What version of Zope is that server using?  There was a bug in Zope
2.3.1 that made createInObjectManager() fail with that error when called
from a ZClass.  2.3.2 does not have that problem. Search
http://zope.nipltd.com/public/lists/zope-archive.nsf/ for "unsliceable"
if you wish to patch rather than upgrade.

-- Jim Washington