[Zope-dev] Creating a namespace

2001-01-27 Thread Stephan Richter
Hello everyone, I want to make my own name space with the following situation: class X: attributes = {'foo': 'bar'} x = X() Then I want to use it like that: The result should be : bar I found out that I have to somehow use TemplateDict and InstanceDict, but I have no clue ho

Re: [Zope-dev] ZCatalog FieldIndex bug in Zope 2.3.0b3

2001-01-27 Thread Chris Withers
> > I'm guessing the DTML method TestCase is acquired from it, before the > > namespace > > is searched for the meta_data, which is a little screwy :-( > > Odd, I thought you were reffering to another bug that I fixed, thanks to > your report :-) hehehe, apparantly that wasn't the actual bug you w

[Zope-dev] Re: asynchat producer ready() method patch.

2001-01-27 Thread Donovan Baarda
On Sat, Jan 27, 2001 at 09:30:16PM +1100, abo wrote: > G'day zope-dev, > > I'm not subscribed to the zope-dev list (got enough email thanks :-), but I > thought some of you might be interested in the following patch to medusa > that I sent to the medusa list (ZServer is based on medusa). [...] w

[Zope-dev] QNX and Zope

2001-01-27 Thread Joachim Werner
Hi! Is there anyone who has tried using Zope on QNX? I have a request for using Zope in an embedded environment. Thanks! Joachim ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

[Zope-dev] asynchat producer ready() method patch.

2001-01-27 Thread Donovan Baarda
G'day zope-dev, I'm not subscribed to the zope-dev list (got enough email thanks :-), but I thought some of you might be interested in the following patch to medusa that I sent to the medusa list (ZServer is based on medusa). I remember reading ages ago on a wishlist for ZServer that someone was