[Zope3-Users] Re: help with directlyProvides

2006-05-07 Thread Florent Guillaume
luis wrote: 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() >>

Re: [Zope3-Users] Newbie Struggling with Zope 3

2006-05-07 Thread Siddhartha Azad
Hi All, Thanks a lot for all your extremely helpful responses. Philipp, you articulated my doubt perfectly and the paradigm difference is what I was struggling with. The fact that having a package installed in the zope instance is kinda like providing a component, which needs to be instantiated usi

[Zope3-Users] More fun with WSGI/zope.paste

2006-05-07 Thread Jim Washington
Following along from Gary's idea that zc.resourcelibrary could be done as WSGI middeware, I am now previewing headincludes, a wsgi middleware filter with an alternative implementation of zc.resourcelibrary. It usurps a lot of zc.resourcelibrary configuration for compatibility, so they cannot be us

Re: [Zope3-Users] Newbie Struggling with Zope 3

2006-05-07 Thread Egon Frerich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Siddhartha Azad schrieb am 07.05.2006 17:21: > Hi, Yes I have installed zope-3.2. The worldcookery application stops > working from chapter 6 onward in Unfortunately you don't give us the traceback with the error message. I cannot see any problem i

[Zope3-Users] Re: Newbie Struggling with Zope 3

2006-05-07 Thread Philipp von Weitershausen
Hi Sid, > I am starting to work with Zope3 am having trouble > understanding a few things. I bought the Zope 3 Book > and installed the worldcookery application in my > instance's lib/python directory and configured the > .zcml files too. > But when I do a http://localhost:8080/worldcookery, I >

[Zope3-Users] formlib validators

2006-05-07 Thread David Johnson
Has anyone used formlib validators?  What is the proper technique? I do not seem to be having any success.  Here is a validator that I wrote that seems to do nothing (the success method is not called, and the form is redisplayed without errors).  Basically it looks like the validator is bei

Re: [Zope3-Users] export from trunk

2006-05-07 Thread Garanin Michael
В Вск, 07/05/2006 в 19:44 +0400, Garanin Michael пишет: > svn export svn://svn.zope.org/repos/main/Zope3/trunk Zope3 sorry. it's my mistake. ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Newbie Struggling with Zope 3

2006-05-07 Thread Joseph Method
But unless I have made it through the ZMI, I am unable to access it. Why is that? What URL should I be using for a newly developed folder that I didn't add through the ZMI but which is installed in my Zope Instance's lib/python and configured in the ZCML files? This is kind of a strange questi

Re: [Zope3-Users] export from trunk

2006-05-07 Thread Garanin Michael
В Вск, 07/05/2006 в 15:46 +0400, Dmitry Vasiliev пишет: > Garanin Michael wrote: > > I try run "svn export svn://svn.zope.org/repos/main/Zope3/trunk Zope3" > > but i don't get few packages: transactions, twisted etc. How i can do > > get full 'trunk-version' without '.svn' (i have disk quote in my

Re: [Zope3-Users] export from trunk

2006-05-07 Thread Dmitry Vasiliev
Garanin Michael wrote: I try run "svn export svn://svn.zope.org/repos/main/Zope3/trunk Zope3" but i don't get few packages: transactions, twisted etc. How i can do get full 'trunk-version' without '.svn' (i have disk quote in my hosting)? It seems like your svn client is outdated, try to upgra

Re: [Zope3-Users] Newbie Struggling with Zope 3

2006-05-07 Thread Egon Frerich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Siddhartha Azad schrieb am 07.05.2006 08:10: > Hi, > I am starting to work with Zope3 am having trouble > understanding a few things. I bought the Zope 3 Book > and installed the worldcookery application in my what does that mean? The book tell