[Zope] ZSQL ? PoPy

2000-10-31 Thread Mark Twiddy
Hi all Can someone please tell me what is going on here? I have an query that selects data into a temp table. It then deletes some stuff from the temp table Then is deletes some more stuff Then i select the remaining records and drop the table The problem is that when i try to select the

[Zope] PoPy

2000-10-29 Thread Mark Twiddy
Hi all Im trying to compile PoPy on a bsd 3.1 box it compiles fine but when i try to import it i get an error ImportError: ./PoPymodule.so: Undefined symbol "sem_wait" Has anybody had this before, know what libs i need to link against to get this to work or even if this is a kernel thing?

[Zope] Zope python 2

2000-10-25 Thread Mark Twiddy
Hi all Is anyone using or know the current state of Zope with python 2.0 ? Thanks Joe ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] dtml-sqlvar quote

2000-10-19 Thread Mark Twiddy
Hi all How can i pass a string to a sql method that won't be quoted. i.e so i can do somthing like this . group by foo,blah order by dtml-sqlvar spam thanks mark ___ Zope maillist - [EMAIL PROTECTED]

[Zope] submit buttons

2000-10-19 Thread Mark Twiddy
Hi all I can remember reading but can't remember where or how ,another way to submit forms . somthing like form input type=submit name=spam value=blah some action here /form does anyone have an example thanks again Mark ___ Zope maillist -

[Zope] dtml-let ?

2000-10-11 Thread Mark Twiddy
hi all Sorry fro the dumb question. Im totaling columns returned from a zsql thingy is there an easy way to do this in dtml. thanks mark ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] locking help

2000-10-10 Thread Mark Twiddy
Hi, Can someone please tell me what is going on. while querying a postgres database i am unable to access any crap from zope. I have tried creating a db connection in a enternal method and querying through that but it still locks and wont serve any requests. a Mark

Re: [Zope] locking help

2000-10-10 Thread Mark Twiddy
Hi thanks for the reply The problem is whenever i do really big query everything stops and waits. im using ZPyGreSQLDA-0.3-rjr2 and py-PyGreSQL-2.4 thanks Mark On Tue, 10 Oct 2000, Mike Renfro wrote: On Tue, Oct 10, 2000 at 04:58:46PM +0930, Mark Twiddy wrote: Can someone please tell

Re: [Zope] locking help

2000-10-10 Thread Mark Twiddy
that is multithreaded and does not lock up. phil *** REPLY SEPARATOR *** On 11.10.2000 at 08:48 Mark Twiddy wrote: Hi thanks for the reply The problem is whenever i do really big query everything stops and waits. im using ZPyGreSQLDA-0.3-rjr2 and py-PyGreSQL-2.4

[Zope] Anonymous logins

2000-10-09 Thread Mark Twiddy
Hi all How can i restrict Anonymous logins to a domain. Thanks Mark ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] Login Manager

2000-10-08 Thread Mark Twiddy
Hi I've been tring to install Login Manager. I installed ZPattens ok and it works but i am unable to get login manager going. file "/home/markt/Zope/lib/python/Products/LoginManager/LoginManager.py", line 9, in ? from Products.ZPatterns.SheetProviders import SheetProviderContainer