[Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Andy Dawkins
People I have found this small problem but I don't know where it is coming from or why. If you create a Python Script in a folder: --- print container.id return printed --- If fails with this error: Error Type: TypeError Error Value: call of non-function (type list) Traceback

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Phil Harris
Andy, Try print container.getId() return printed hth Phil - Original Message - From: "Andy Dawkins" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 26, 2001 10:29 AM Subject: [Zope-dev] Zope 2.3.1b3 problem People I have found this small problem b

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Andy Dawkins
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

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Martijn Pieters
On Mon, Mar 26, 2001 at 10:49:47AM +0100, Andy Dawkins wrote: 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

Re: [Zope-dev] Zope 2.3.1b3 problem

2001-03-26 Thread Andy Dawkins
I'd file this in the Collector, I have seen another problem with Python Scripts that seems related on the lists somewhere, I think something changed out from under Ethan's feet.. This has been collected: No. 2094 http://classic.zope.org:8080/Collector/2094/view Cheers -Andy