[Zope] SyabaseDa SP problem

2000-07-13 Thread Mathias Bengtsson
waits for an answer to it's query. If I now try to use ANY sql methods i get the answer that the server is waiting for an answer and that I can't execute any more SQL's during that time. What can I do to eliminate this problem. Any help is welcome

RE:[Zope] LoginManager 0.8.6 on Zope 2.1.6

2000-07-19 Thread Mathias Bengtsson
You need to install the ZPattern package to Zope. You can get it at Zope.org. After that it should work fine /Mathias Bengtsson --Hi there --I tried to install LoginManager 0.8.6 owith Zope 2.1.6 but that failed. Zope --reports: --LoginManager Import Traceback --Traceback (innermost last

Re: [Zope] Login manager and ZPatterns - error

2000-07-20 Thread Mathias Bengtsson
What version of ZPatterns do you have. I experienced this problem earlier and realized that in the file SheetProviders.py in the ZPatterns library some verison of ZPatterns totally lack the SheetProverContainers. I run on ZPatterns 0-3-0 and I had it up'n'running. /Mathias Bengts

[Zope] Re: Returned mail: User unknown

2000-07-20 Thread Mathias Bengtsson
run make -f Makefile.pre.in boot > then make > That's all. It shold work :) > > Demos Economacos wrote: > > > Hi Mathias > > > > I have the latest version of ZPatterns 0.3. Did you > > have to do the make step? Which directory did you do > > the mak

Re: [Zope] ZPatterns and LoginManager

2000-07-20 Thread Mathias Bengtsson
That's right. Copy the Makefile.pree.in.boot from the python library in your zope. Then do as you said yourself. run make -f Makefile.pre.in boot, then run make. Then your'e home free /Mathias Demos Economacos wrote: > > To: Mathias Bengtsson <[EMAIL PROTECTED]>, > >

[Zope] GUF

2000-08-08 Thread Mathias Bengtsson
I have GUF installed and I have succeded in coding som managing tools for this. From what i see i have also found a loginpromt (for cookies). My problem lies in that i don't know how to get the user logged in. I try to use userAuthenticate but when i look in the code i see nothing that have anythi

[Zope] GUF

2000-08-11 Thread Mathias Bengtsson
dy help me ? /Mathias Bengtsson ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailma

[Zope] GUF

2000-08-14 Thread Mathias Bengtsson
I'm afraid that this will be a little newie question. How is the call to user_Authenticate used. Is it throgh a dtml-call or a dtml-var or dtml-in ? How am I supposed to pass the variables through to the function. How do I "collect" the return value? /Mathias