Re: [Zope3-Users] adaptation/containers question

2006-11-09 Thread ksmith99
Awesome. That's exactly what I was looking for. Tom Dossis wrote: > > > I don't know how the container constraint works - i.e. whether it tries > to adapt a __setitem__ object. > > But just in case you're not aware you can implement your marker > interface on the Image class via zcml.. > >

Re: [Zope3-Users] adaptation/containers question

2006-11-09 Thread Tom Dossis
[EMAIL PROTECTED] wrote: > I'm trying to allow Zope3 Images in my IBlog container > > I've tried many variations of the follwoing without success. > > > interfaces.py > > class IBloggable(Interface): > """ Marker interface""" > > > myclass.py > > class ImageBlogAdapter(object): > >

[Zope3-Users] adaptation/containers question

2006-11-09 Thread ksmith93940-dev
I'm trying to allow Zope3 Images in my IBlog container I've tried many variations of the follwoing without success. interfaces.py class IBloggable(Interface): """ Marker interface""" myclass.py class ImageBlogAdapter(object): implements(IBloggable) __name__ = __parent__ = None

[Zope3-Users] Looking to hire a zope developer

2006-11-09 Thread Jon Gear
Hello everyone,   I apologize if this is not the right forum in which to convey this message.    I am looking for someone that is interested in joining our team that has a zope background.  Through the use of specific technical knowledge and experience, this person will help improve th

[Zope3-Users] questions about placelesssetup

2006-11-09 Thread Shailesh Kumar
Dear zope experts, I have some doubts regarding the working of placelesssetup. I am not familiar with its workings. Is it ok to run a placelesssetup when a zope instance is already running? Does it create its own site structure in memory? (I saw a buildSampleFolderTree in zope.app.testing.set