[Zope-dev] Zope 2.3.1b3 problem

Andy Dawkins andyd@nipltd.com
Mon, 26 Mar 2001 10:49:47 +0100


Phil Harris wrote:
> 
> Andy,
> 
> Try
> 
> print container.getId()
> 
> return printed
> 
> hth
> 
> Phil
> 

That doesn't work either.

Prehaps I should have been more specific.

Generally _any_ calls on the container result in this error.

I used 'container.id' because this is the simplist one to reproduce.

In actual place where I am having this problem is where the container is
a foldish product writen by NIP.  But the fact that it is reproducable
with the standard Zope Folder shows that something is fubar.

I suspect the way container is implemented in PythonScript but I
(personnaly) don't want to jump in that peice of code unless absolutely
necersary.

Cheers Anyway tho'

-Andy