Re: [Zope-dev] PATH_TRANSLATED delimted with backslash ?

2000-09-09 Thread Steve Alexander
Evan Simpson wrote: > > From: "Steve Alexander" <[EMAIL PROTECTED]> > > obj = self.restrictedTraverse(REQUEST.PATH_TRANSLATED) > > > > This stopped working when I tried the software on Windows. > > > > Bug or feature? > > I'm not sure, but I'm *very* curious what you're trying to accomplish wi

Re: [Zope-dev] PATH_TRANSLATED delimted with backslash ?

2000-09-09 Thread Evan Simpson
From: "Steve Alexander" <[EMAIL PROTECTED]> > obj = self.restrictedTraverse(REQUEST.PATH_TRANSLATED) > > This stopped working when I tried the software on Windows. > > Bug or feature? I'm not sure, but I'm *very* curious what you're trying to accomplish with this code. A better equivalent woul

[Zope-dev] PATH_TRANSLATED delimted with backslash ?

2000-09-09 Thread Steve Alexander
I just tried out on Windows 98 a Zope application that was developed on Linux. Everything worked fine, except that REQUEST.PATH_TRANSLATED changed to be delimited by backslashes on Windows 98, whereas it is delimited by slashes on Linux. This caught me out, as I'd been using it raw in an externa

[Zope-dev] Calendar Tag 0.9.21 released

2000-09-09 Thread IbaƱez Palomar Juan David
Hi all, The version 0.9.21 of the calendar tag has been released, it can be downloaded from "http://www.zope.org/Members/jdavid/Calendar". This is a beta version, pre-1.0. If you're aware of any bug or want a *small* change to be done in 1.0 tell me now (hope to release 1.0 and start 1.1.x soo

Re: [Zope-dev] SkinScript, and family

2000-09-09 Thread Steve Alexander
Bill Anderson wrote: > Steve Spicklemire wrote: > > > > Hi Bill, > > > >I doubt that skinscript is going to help with 'potentially > > complicated calculations'. > > After looking, I don't think it wil either. > > I am building statistics of of a call Tracking System. For example, each >

Re: [Zope-dev] ZPatterns again? Propertysheet not available

2000-09-09 Thread Steve Alexander
James Johnson wrote: > Here is my code and the error is nips name not found. Any suggestions > ni="['_.newItem(id)']"> > Print this: I don't understand what you're trying to do here. Your code appears to bind to the variable "ni" a list containing the string literal "_.newItem(id)" > nip

Re: [Zope-dev] ZPatterns Dataskin base class?

2000-09-09 Thread Steve Alexander
James Johnson wrote: > My ZClass only had Dataskin as a base class. I'm not sure what other > class should be added to the Dataskin. I"m trying to work off the > simple example that PJE mentioned on the IRC chat. You can choose only Dataskin as a base class. You should leave checked the opti