Re: [Zope3-Users] Adapting or monkey patching?

2007-09-13 Thread Drew Smathers
Currently I have a adapter that subclasses OFS.SimpleItem.Item and re-implements the raise_standardErrorMessage method with my line of code that sends the event. I have know idea what OFS is, but what you're describing isn't an adapter at all. I would try writing a real adapter like: class

[Zope3-Users] z3c.template - setuptools download warning/error: svn url

2007-09-13 Thread Jeff Kowalczyk
This warning has been present when running buildout in fetch-newest mode for a few weeks. I presume it is due to the svn:// URLs listed on: http://pypi.python.org/simple/z3c.template/ Getting required 'z3c.template' required by z3c.formdemo 1.4.0. Download error: unknown url type:

Re: [Zope3-Users] z3c.formdemo fails upon ./bin/buildout

2007-09-13 Thread Christian Theune
Am Mittwoch, den 12.09.2007, 17:27 -0300 schrieb Fernando Correa Neto: Hi srs I think there was a mistake in the last version of z3c.form demo. (trunk) After running ./bin/buildout, it fails due to a develop = . z3c.form in buildout.cfg. I think z3c.form was supposed to be pulled from svn

[Zope3-Users] slightly modifying a dublin core property?

2007-09-13 Thread Maken Seteva
Hi! I'm trying to use the dublincore subjects property with a slight modification. Originally it uses TextLine but i want it to use my home made Word schema field type (behaves like TextLine but with no spaces) class IWordSubjects(IDCExtended): subjects = Tuple( title =