Re: [Zope3-dev] Google SoC Project

2006-05-07 Thread Adam Groszer
Hey Stephan, I'd have there one idea that may be not so easy to implement, but would help a lot for developers of Z3 and even python. The idea is to dynamically reload modules while running the app. The most beautiful solution would do this by looking at the last modified date of the .py file. If

[Zope3-dev] Re: help with directlyProvides

2006-05-07 Thread luis
Jean-Marc Orliaguet wrote: sorry I thought you wanted to do something else.. maybe you want to use 'alsoProvides' if it is to set a marker, to avoid removing other interfaces that the file might provide? /JM nop. that's not it... I still havn't figured it out, but it seems very strange to

Re: [Zope3-dev] Re: help with directlyProvides

2006-05-07 Thread Jean-Marc Orliaguet
luis wrote: Jean-Marc Orliaguet wrote: sorry I thought you wanted to do something else.. maybe you want to use 'alsoProvides' if it is to set a marker, to avoid removing other interfaces that the file might provide? /JM nop. that's not it... I still havn't figured it

[Zope3-dev] Re: Re: help with directlyProvides

2006-05-07 Thread luis
Jean-Marc Orliaguet wrote: luis wrote: are you sure? I tried with: [EMAIL PROTECTED] ~/Zope3/src $ python2.4 Python 2.4.2 (#1, Dec 4 2005, 15:28:38) Type help, copyright, credits or license for more information. from zope.app.file import file f = file.File() f