[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 remai

[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? T

[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 - http://lists.zope.

Re: [Zope] dtml-sqlvar quote

2000-10-20 Thread Mark Twiddy
Hi all thanks for the help. Just on that. Is it safe to do select * from data where like '% as search_term could contain '; drop table blah; ' or what ever. I thought by using you could use untrusted values. Thanks again Mark On Fri, 20 Oct 2000, Tony McDonald wrote: > > > >Hi all > >

[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 some action here does anyone have an example thanks again Mark ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/li

[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 thanks mark ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cr

[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 en

Re: [Zope] locking help

2000-10-10 Thread Mark Twiddy
stgres adapter 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. > >

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 so

[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 _

[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 - http://lists.zope.org/mailman/listinf

[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 ImportErro

[Zope] external method database connection

2000-10-05 Thread Mark Twiddy
Hi ya Another newbe question sorry. How do I get a zope database connection from an enternal method? Thanks Mark ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Relate