Re: [Zope-dev] Deleting objects by the users

2001-03-22 Thread Rik Hoekstra
one small correction: the line: should read: as the manage_delObjects takes a list as argument hth Rik ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encod

Re: [Zope-dev] Comment on CVS change of default textindex search operator

2001-03-22 Thread Chris Withers
"R. David Murray" wrote: > > Likewise. But this is the can of worms I alluded to. Another > approach would be to allow the default operator to be specified at > query time . That would be cool :-) FWIW, I don't think the default changing is a good idea, simple 'cos it suddenly changes how a l

[Zope-dev] sql_quote problem?

2001-03-22 Thread Chris Withers
Hi, When I do the following in a ZSQL Method: SELECT * from x WHERE y= it works fine, however, when I do: SELECT * from x WHERE y= I get: exceptions.AttributeError Traceback (innermost last): File /usr/zope/zope-2_3_1b3/lib/python/ZPublisher/Publish.py, line 223, in publish_modul

[Zope-dev] zserver medusa timeout? anyone?

2001-03-22 Thread JĂșlio Dinis Silva
Hi, I would like to know if ANYONE has ever put timeout parameter of ZServer/Medusa to work, i.e, if changing this timeout value to a low value and actually seen it to work, i.e, closing zombie channels. Anyone done this? I've tryed almost everything on my limited knowledge of zope/python, creat

[Zope-dev] More ZSQL weirdness (this time with Python Scripts ;-)

2001-03-22 Thread Chris Withers
Hi, I had the following line in a dtml method, x_report, generated by 'Add Z Search Interface': ...where x is a ZSQL Method that takes one parameter: sec Now, when I try to call x_report from a python script, my_ps, as follows: return container.x_report(context,context.REQUEST,sec='XXX') ...

Re: [Zope-dev] Deleting objects by the users

2001-03-22 Thread Casey Duncan
Rik Hoekstra wrote: > > one small correction: > > the line: > > should read: > > > as the manage_delObjects takes a list as argument > > hth > > Rik Actually manage_delObjects will take a string argument if it is a single id. However a list with one item is also acceptabl

Re: [Zope-dev] sql_quote problem?

2001-03-22 Thread Casey Duncan
Chris Withers wrote: > > Hi, > > When I do the following in a ZSQL Method: > SELECT * from x WHERE y= > > it works fine, however, when I do: > SELECT * from x WHERE y= > > I get: > > exceptions.AttributeError > > Traceback (innermost last): > File /usr/zope/zope-2_3_1b3/lib/pyth

Re: [Zope-dev] sql_quote problem?

2001-03-22 Thread Chris Withers
Casey Duncan wrote: > > sql_quote. So the output SQL of the two respective examples you gave > would be: > > SELECT * from x WHERE y='value' > > SELECT * from x WHERE y=value Okay, so is broken? ;-) cheers, Chris ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] sql_quote problem?

2001-03-22 Thread Casey Duncan
Chris Withers wrote: > > Casey Duncan wrote: > > > > sql_quote. So the output SQL of the two respective examples you gave > > would be: > > > > SELECT * from x WHERE y='value' > > > > SELECT * from x WHERE y=value > > Okay, so is broken? ;-) > > cheers, > > Chris No, that behavior is intenti

Re: [Zope-dev] Deleting objects by the users

2001-03-22 Thread R. David Murray
On Thu, 22 Mar 2001, Rik Hoekstra wrote: > one small correction: > > the line: > > should read: > > > as the manage_delObjects takes a list as argument Well, but the other would work, since the first line of manage_delObjects is: if type(ids) is type(''): ids=[ids]

[Zope-dev] Running out of single letters for z2.py command options

2001-03-22 Thread Ng Pheng Siong
Hi, When I released ZServerSSL for Zope 2.1.x, I used "-W" for HTTPS and "-M" for the encrypting monitor on z2(s).py's command line. For Zope 2.3.0, "-W" has been taken by WebDav; "-x" happens to be free, so I use that for HTTPS. I haven't checked if "-M" is taken. (I intend to build an SRP-base

[Zope-dev] Compiling new Splitter.c on Windows

2001-03-22 Thread Big John Holmes
Howdy all. It's been a while since I've posted because the company I used to work for is sliding into the sludge. So I'm working on my own now! Unfortunately that means I have to use Windows with Zope. Since I have no experience in this area I'll cut to the chase. I have aSplitter.c file wri

Re: [Zope-dev] Compiling new Splitter.c on Windows

2001-03-22 Thread Andy McKay
Shame to hear HireTechs arent doing to well. I must confess I havent used that splitter.c on windows, its just sat there and I just havent gotten around to it, one day along with all the other stuff I have to do... Erm nice name btw. -- Andy McKay. - Original Message - From: "Big John

[Zope-dev] Compiling Zope from source on Windows

2001-03-22 Thread Big John Holmes
What I'm really looking for is how to compile Zope from source on Windoze. Anybody? > Shame to hear HireTechs arent doing to well. Mismanagement. The company should be doing fine. They president just screwed things up. > Erm nice name btw. Thanks. > -- > Andy McKay. > > > - Origi

[Zope-dev] Re: Compiling Zope from source on Windows

2001-03-22 Thread Andy McKay
I tried that once with Python 2.0 in the mix as well. I gave in after some frustration, mostly related to 2.0 issues so I cant really give any help there. Sorry -- Andy McKay. - Original Message - From: "Big John Holmes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Andy McKay" <[EM

RE: [Zope-dev] Compiling Zope from source on Windows

2001-03-22 Thread Brian Lloyd
> What I'm really looking for is how to compile Zope > from source on Windoze. Anybody? I sent some info to Chris Withers recently, who promised to make it into a how-to. I'd say it's time to call him on it :) Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creati

Re: [Zope-dev] Compiling Zope from source on Windows

2001-03-22 Thread Chris Withers
Brian Lloyd wrote: > > > What I'm really looking for is how to compile Zope > > from source on Windoze. Anybody? > > I sent some info to Chris Withers recently, who promised > to make it into a how-to. I'd say it's time to call him > on it :) I haven't got it to work yet ;-) cheers, Chris P

Re: [Zope-dev] Compiling Zope from source on Windows

2001-03-22 Thread Andy McKay
Wouldnt be anything to do with SQL would it? Brian did help me a while ago, I will have a look and see if I can find anything helpful... ;) -- Andy McKay. - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Brian Lloyd" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent:

Re: [Zope-dev] More ZSQL weirdness (this time with Python Scripts ;-)

2001-03-22 Thread Dieter Maurer
Chris Withers writes: > I had the following line in a dtml method, x_report, generated by 'Add Z Search > Interface': > > > where x is a ZSQL Method that takes one parameter: sec > > Now, when I try to call x_report from a python script, my_ps, as follows: > > return container.x_r

[Zope-dev] What does DC use to compile Splitter.c on Windows?

2001-03-22 Thread resefficient...
Can someone from DC tell me what they use to come up with the binary version of the Splitter on Windoze. I am trying to get the Catalog to recognize "C++" on Win32. I have posted the Splitter.c file to my home page http://www.zope.org/Members/jspisak/Splitter Can anyone give me a clue as to ho

Re: [Zope-dev] What does DC use to compile Splitter.c on Windows?

2001-03-22 Thread Chris McDonough
Brian holds the knowledge to compile Zope under Windows somewhere deep in his subconscious. Every time someone asks him, his eyes roll back in his head. ;-) Nobody else has ever successfully done it, AFAIK (including me!). I know we use VC++ and a little batch file called ext15.bat, which Bria

RE: [Zope-dev] What does DC use to compile Splitter.c on Windows?

2001-03-22 Thread Brian Lloyd
Hopefully I will have a present related to this tomorrow. Brian Lloyd[EMAIL PROTECTED] Software Engineer 540.371.6909 Digital Creations http://www.digicool.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Chris McDon

Re: [Zope-dev] What does DC use to compile Splitter.c on Windows?

2001-03-22 Thread Chris Withers
> Hopefully I will have a present related to this tomorrow. rats... I got so close to getting this working too ;-) Chris ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding

Re: [Zope-dev] What does DC use to compile Splitter.c on Windows?

2001-03-22 Thread Andy McKay
Here we go maybe How to: get Python 1.5.2 source and build it. get Zope source put ext15.py somewhere in your path then call d:\Python-1.5.2\python d:\Zope-2.3.0-src\ext15.py -p d:\Python-1.5.2 you need to specify the source of your python and you may need to move a few files within pytho

Re: [Zope-dev] What does DC use to compile Splitter.c on Windows?

2001-03-22 Thread resefficient...
I just got back into my office and low and behold! Andy, you shouldn't have...but I'm glad you did. :) I'll test it out. I can't wait to see what Chris M. has up his sleeve. --- Andy McKay <[EMAIL PROTECTED]> wrote: > Here we go maybe > > How to: > > get Python 1.5.2 source and build it.

Re: [Zope-dev] What does DC use to compile Splitter.c on Windows?

2001-03-22 Thread resefficient...
I just got back into my office and low and behold! Andy, you shouldn't have...but I'm glad you did. :) I'll test it out. I can't wait to see what Chris M. has up his sleeve. --- Andy McKay <[EMAIL PROTECTED]> wrote: > Here we go maybe > > How to: > > get Python 1.5.2 source and build it.

Re: [Zope-dev] What does DC use to compile Splitter.c on Windows?

2001-03-22 Thread Andy McKay
No problem... hope it works. -- Andy McKay. - Original Message - From: "resefficient..." <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 2001 3:43 PM Subject: Re: [Zope-dev] What does DC use to compile Splitter.c on Windows?

Re: [Zope-dev] What does DC use to compile Splitter.c on Windows?

2001-03-22 Thread resefficient...
If this already posted, I'm sorry. I'm useing this damn yahoo mail until I get my servers up and running. I just got back into my office and low and behold! Andy, you shouldn't have...but I'm glad you did. :) I'll test it out. I can't wait to see what Chris has up his sleeve. --- Andy McKay

[Zope-dev] Sorry about the multiple mails

2001-03-22 Thread resefficient...
Very sorry about the multiple emails. Yahoomail gave me no indication that they were actually being sent. Sorry to all. Thanks again Andy, Jason Spisak --- Andy McKay <[EMAIL PROTECTED]> wrote: > No problem... hope it works. > -- > Andy McKay. > > > - Original Message - > From: "r

[Zope-dev] It worked! [Andy rocks]

2001-03-22 Thread resefficient...
You are terrific Andy. Thanks a ton. I've been busting my ass with cygwin and all kinds of Windoze junk. What a nightmare. I hope you find good use for the hack. All my best, Jason Spisak --- Andy McKay <[EMAIL PROTECTED]> wrote: > Here we go maybe > > How to: > > get Python 1.5.2 sour

Re: [Zope-dev] It worked! [Andy rocks]

2001-03-22 Thread Andy McKay
Hey no problem, glad it works. Thanks to Brian for sending me all that stuff a while ago... -- Andy McKay. - Original Message - From: "resefficient..." <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: "Chris McDonough" <[EMAIL PROTECTED]> Sent: Thursday

Re: [Zope-dev] FTP interface being worked on?

2001-03-22 Thread Karl Anderson
"Chris McDonough" <[EMAIL PROTECTED]> writes: > I don't think it's reasonable or wise to impose any "master > structure" for filesystem serialization of bodies of > objects. Each instance (or perhaps each class) should > define how best to serialize itself to disk. > Representations between clas

Re: [Zope-dev] FTP interface being worked on?

2001-03-22 Thread Chris McDonough
I think the only good reasons we have right now for having filesystem-compatible serialization are to make Zope content editable via common tools in a way that makes sense to people not used to (or comfortable with) the object database, and to give people a plausible way to put a Zope site under s

[Zope-dev] Very minor management style sheet change?

2001-03-22 Thread richard
Just so that the fonts are consistent, can this change be made to the management screens stylesheet? .form-help { + font-family: Verdana, Helvetica, sans-serif; font-size: 10pt; color: #33; } As a bonus, we'd also like to see the following added to the stylesheet - it's the st