Re: [Zope] Extended characters in Zope

2001-01-29 Thread Hannu Krosing
Ausum wrote: > I have to deal with documents and its attributes wich have a lot of extended > characters in them, like the "ñ" or the hyphened "á"..."ú" vocals in spanish. > > The ones who download the pages in Windows don't have any trouble. The ones who > use Mac will see strange characters,

Re: [Zope] RESPONSE.redirect

2001-01-29 Thread Oliver Vecernik
Max M wrote: > > From: [EMAIL PROTECTED] Oliver Vecernik > > >I'd like to show a page and after a few seconds I'd like to redirect to > >another page. If I simply add it is > >done immediately. How can I achieve a delay of a couple of seconds? > > First you should send the page you want to sho

[Zope] fix: CoreSessionTracking and ConflictError

2001-01-29 Thread Chris McDonough
Wow, debugging that problem really sucked. But it's fixed. Thanks for reporting the problem, Randy, it'll be fixed in the next release (which I will upload tomorrow)... alternately or in the meantime, you (and anyone else with CoreSessionTracking 0.6) can use the attached patch to fix the proble

[Zope] Python Scripts vs PythonMethods

2001-01-29 Thread David K. Trudgett
On Mon, Jan 29, 2001 at 11:50:17AM -0600, Fred Yankowski wrote: > over those methods manually to Python Scripts. Rats. I'm just glad I > didn't have too much invested into PythonMethods. > Admittedly, I haven't been following this very closely, but wasn't Python Scripts going to simply be a ne

Re: [Zope] "Picture of the day" product

2001-01-29 Thread Timothy Wilson
On Mon, 29 Jan 2001, Tres Seaver wrote: > > I'd like to grab all instances with a display_date <= today's > > date. I can't figure out exactly how to do that in DTML or a > > Python Script. Once I have that list of instances, I'll simply > > pull off the latest one as you suggested. > I don't kn

Re: [Zope] "Picture of the day" product

2001-01-29 Thread Tres Seaver
On Mon, 29 Jan 2001, Timothy Wilson wrote: > On Wed, 17 Jan 2001, Tres Seaver wrote: > > > > What I'm not sure about is how to have Zope automatically > > > display the photo for a day, then archive it. Would a > > > boolean property of the ZClass work? Is it possible to have > > > Zope set the

[Zope] DTML current namespace

2001-01-29 Thread kosh
How do you print out the current namespace you have access to in DTML? I am trying to track down what I think is a namespace problem and I think this would help solve the problem. Thanks ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/ma

Re: [Zope] How to upgrade to 2.3 (no differential install?)

2001-01-29 Thread Bill Anderson
David K. Trudgett wrote: > On Mon, Jan 29, 2001 at 10:54:08AM -0500, Brad Clements wrote: > > >> Call me stupid, I can't find the proper command line switch to get tar to >> ignore the top level directory name Zope-2.3.0-linux2-86 >> >> Do I have to untar into a junk directory, then cp -r eve

Re: [Zope] License

2001-01-29 Thread Bill Anderson
Andrew Kenneth Milton wrote: > +---[ Bill Anderson ]-- > | Fabrice FRANK wrote: > | > | > I really agree, do NOT change the license terms. > | > > | > > | > | Ummm .. the software in questions has _no_ license terms yet. > > You stifling the right of the individual t

Re: [Zope] Ithy Trigger Fingers (was Re: [Zope] License)

2001-01-29 Thread Bill Anderson
Dario Lopez-Kästen wrote: > I believe the Horse of Licenses was beaten to death in a recent thread some > month(s), if not weeks, ago. May It Rest in Peace. > > This may be the Second Coming of It, but, with all due respect, License > Horses and discussions of Other License's Merits and Flaws ar

Re: [Zope] external method and security

2001-01-29 Thread Shane Hathaway
Marty Stitt wrote: > Is it up to me to write my own security code when using an external > method? Basically, yes. You can protect access to the "stub" within the ZODB using the Security tab, but the body of the external method has free reign. Shane

[Zope] Extended characters in Zope

2001-01-29 Thread Ausum
I have to deal with documents and its attributes wich have a lot of extended characters in them, like the "ñ" or the hyphened "á"..."ú" vocals in spanish. The ones who download the pages in Windows don't have any trouble. The ones who use Mac will see strange characters, as it might be expected.

Re: [Zope] CacheManagers are cool :)

2001-01-29 Thread [EMAIL PROTECTED]
> > > Not exactly a real-life usage scenario, but it sounds impressive :) Not > > sure I understand what the cache keys are for though... is there any more > > documentation forthcoming on this? > > so you can cache requests based on dynamic input. > > useful for authentication to present differ

Re: [Zope] porting from Python Methods to PythonScripts in 2.3.0;LoginManager too

2001-01-29 Thread Evan Simpson
From: "Jim Washington" <[EMAIL PROTECTED]> > Standard caveats, YMMV, etc, but it does a quick pass on the Methods in > the folder where it is and makes Scripts from them when you hit the > 'test' tab, saving the old ones as methodname.old. Excellent! Thanks for writing and sharing this -- it loo

Re: [Zope] LocalFS on 2.3.0

2001-01-29 Thread Andy McKay
Ah I think my patch was the wrong way around... but you get the idea :) -- Andy McKay. - Original Message - From: "Andy McKay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 29, 2001 2:05 PM Subject: Re: [Zope] LocalFS on 2.3.0 > I patched mine

RE: [Zope] LocalFS on 2.3.0

2001-01-29 Thread Ron Bickers
I submitted the following patch to the LocalFS maintainer not too long ago. LocalDirectory objects don't have _local_path set, so bobobase_modification_time() barfs when the new management interface tries to display the mod time. --- LocalFS.py-dist Wed Jan 17 14:27:45 2001 +++ LocalFS.py We

RE: [Zope] DTML namespace puzzle

2001-01-29 Thread Ron Bickers
> -Original Message- > From: Dieter Maurer [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 29, 2001 1:17 PM > To: Ron Bickers > Cc: [EMAIL PROTECTED] > Subject: RE: [Zope] DTML namespace puzzle > > of the namespace. "dtml-with" could but it is very strange > that it should do such thing

Re: [Zope] License

2001-01-29 Thread Andrew Kenneth Milton
+---[ Bill Anderson ]-- | Fabrice FRANK wrote: | | > I really agree, do NOT change the license terms. | > | > | | Ummm .. the software in questions has _no_ license terms yet. You stifling the right of the individual to license-free software Bill? huh? huh? Well ar

Re: [Zope] How to upgrade to 2.3 (no differential install?)

2001-01-29 Thread David K. Trudgett
On Mon, Jan 29, 2001 at 10:54:08AM -0500, Brad Clements wrote: > Call me stupid, I can't find the proper command line switch to get tar to > ignore the top level directory name Zope-2.3.0-linux2-86 > > Do I have to untar into a junk directory, then cp -r everything to my > current dir? > What'

Re: [Zope] Ithy Trigger Fingers (was Re: [Zope] License)

2001-01-29 Thread Dario Lopez-Kästen
I believe the Horse of Licenses was beaten to death in a recent thread some month(s), if not weeks, ago. May It Rest in Peace. This may be the Second Coming of It, but, with all due respect, License Horses and discussions of Other License's Merits and Flaws are off-topic for this list; I think mo

Re: [Zope] LocalFS on 2.3.0

2001-01-29 Thread Fred Yankowski
That patch helped me out. Thanks. Kind of unusual, though, for the patch file to _remove_ the fix. ;-) -- Fred Yankowski [EMAIL PROTECTED] tel: +1.630.879.1312 Principal Consultant www.OntoSys.com fax: +1.630.879.1370 OntoSys, Inc 38W242 Deerpath Rd, Batav

Re: [Zope] Is it possible to use regular CGI's like htDig withzserver?

2001-01-29 Thread Timothy Wilson
On Mon, 29 Jan 2001, Chris Withers wrote: > > And if so, how would I set that up? > > -Use Apache as your main server. > -Use mod_proxy(?) to proxypass Zope requests through to ZServer. > -install htdig as a normal CGI under Apache Presumably, then, this would be the same approach for getting M

Re: [Zope] ANNOUNCE: please have a look at ZDatabaseTool

2001-01-29 Thread Jens Vagelpohl
here's a result from the "other side of the fence": it works just fine using IE5 on macOS 9.1 :) jens Jens Vagelpohl[EMAIL PROTECTED] Software Engineer www.digicool.com Digital Creations (888) 344-4332 Got Zope? on 1/29/01 12:24, Andreas Heckel at [EMAIL PROTECT

Re: [Zope] Is it possible to use regular CGI's like htDig with zserver?

2001-01-29 Thread Chris Withers
> And if so, how would I set that up? -Use Apache as your main server. -Use mod_proxy(?) to proxypass Zope requests through to ZServer. -install htdig as a normal CGI under Apache cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zo

Re: [Zope] CoreSessionTracking and ConflictError

2001-01-29 Thread Chris McDonough
OK, I think I've reproduced this. But I haven't fixed it. :-( As soon as I do, I'll let you know... - Original Message - From: "Randall F. Kern" <[EMAIL PROTECTED]> To: "Chris McDonough" <[EMAIL PROTECTED]> Sent: Monday, January 29, 2001 5:28 PM Subject: RE: [Zope] CoreSessionTracking

Re: [Zope] Is Zserver "lazy" at rendering images?

2001-01-29 Thread Dieter Maurer
Ausum writes: > While rendering a page having several image icons, not all of them renders > when a normal page view, while some of them are really slow at rendering. I've > been trying with a not too heavy page, without any dtml tag, and it always > happen the same. If I reload the page the p

Re: [Zope] LocalFS on 2.3.0

2001-01-29 Thread Andy McKay
I patched mine quickly: --- d:\Zope23\lib\python\Products\LocalFS\LocalFS.pyMon Jan 29 13:57:00 2001 +++ d:\lib\python\Products\LocalFS\LocalFS.py Thu Oct 19 06:42:20 2000 @@ -270,8 +270,7 @@ _local_path = None def bobobase_modification_time(self): -try: t = os.stat(self

[Zope] Is it possible to use regular CGI's like htDig with zserver?

2001-01-29 Thread Chris Beaumont
I've been fooling around with htDig as a method of searching both my dynamic pages and older static pages, on two different sites, and it works great, since it's a 'spidering' search engine But since it is running on the same machine as my Zope install, while experimenting with it, I've had to

Re: [Zope] porting from Python Methods to PythonScriptsin2.3.0;LoginManager too

2001-01-29 Thread Jim Washington
Hi, Fred I discovered another bug in it. Where it changes stuff with "self[", it changes it to "container.", which is wrong, but a simple edit. new code: import string ids = container.objectIds('Python Method') oldscriptsuffix='.old' #replace all self. with the following: #change to context if

Re: [Zope] CoreSessionTracking and ConflictError

2001-01-29 Thread Chris McDonough
Oh, wait, I just reread that. I only skimmed it first, sorry. Are you saying that you get a conflict error on every access to the session mgr after you've had one conflict error? I haven't experienced any failure mode like this. Any concurrent write access to the session container has the poss

[Zope] external method and security

2001-01-29 Thread Marty Stitt
Hello, I've written an external method that I call through xml-rpc. It lets me create files on the server from a stand-alone client application that runs on the workstation of my users. In testing it recently, I discovered that it will let me write files to secured folders within my Zope syste

Re: [Zope] CacheManagers are cool :)

2001-01-29 Thread Seb Bacon
> > I've just been experimenting with the RAM Cache manager, and FWIW I thought > > I'd share my findings: ... > > There was no significant improvement where there were no concurrent > > requests. > > very cool. although i find the lack of improvement on a non concurrent > requests a bit strang

Re: [Zope] CoreSessionTracking and ConflictError

2001-01-29 Thread Chris McDonough
There is info about this in the docs. - Original Message - From: "Randall F. Kern" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 29, 2001 4:12 PM Subject: [Zope] CoreSessionTracking and ConflictError > I've been porting my product from my own private session manager

RE: [Zope] DTML namespace puzzle

2001-01-29 Thread Dieter Maurer
Ron Bickers writes: > method(num=num SESSION=session): > > > > raises KeyError "num". > > SESSION['info'] does not have a key "num". The only num is passed as a > parameter. Did you use SQLSession to try to reproduce it, or just another > mapping? Could SQLSession have

Re: [Zope] How can a document know its own URL?

2001-01-29 Thread Dieter Maurer
Chris Withers writes: > Joachim Werner wrote: > > > > > > > > Can anyone tell me how to use DTML to get at the URL for the document > > > being displayed? > > > > > > > > > That's not really correct. That's the url of the current request, which may well > not be the url of the obje

Re: [Zope] How do I get a uniqueValuesFor() a subset of the catalog?

2001-01-29 Thread Dieter Maurer
Philip Aylesworth writes: > I am trying to get a list of unique values for one particular meta_type. > The uniqueValuesFor() works great but is there a way to get unique > values for a subset of data such as meta_type='car' then > uniqueValuesFor('make') would list the makes of cars but not of

[Zope] CoreSessionTracking and ConflictError

2001-01-29 Thread Randall F. Kern
I've been porting my product from my own private session manager to use CoreSessionTracking 0.6, and am having a problem with lots of conflict errors. I've got a session_id_mgr in the root, configured as per defaults, and a session_data_mgr also in the root, using the RAM base container. Then I

Re: [Zope] 2.3 PythonScripts problem...

2001-01-29 Thread Dieter Maurer
Curtis Maloney writes: > I have just made a nice fresh Zope 2.3 install, and am having an odd problem > with PythonScripts. > > I add one from the management screen, enter the name, "add and edit", enter > the code, the hit "save". Which dumps me to my index_html. Looks, as if you do no l

[Zope] LocalFS on 2.3.0

2001-01-29 Thread Tim Cook
I "thought" LocalFS worked. But now when I import something with a LocalFS defined or attempt to create a new one here's the traceback on: Zope Version Zope 2.3.0 (binary release, python 1.5.2, linux2-x86) Python Version 1.5.2 (#10, Dec 6 1999, 12:16:27) [GCC 2.7.2.3] System Platform linux2

Re: [Zope] user creation & authentification

2001-01-29 Thread Dieter Maurer
Ralf Kraemer writes: > is it possible to create users "not using" the zope management interface ??? > > i tried a lot using the editUsers.dtml from zope and it works , but i dont > like the response . > i would like to see my own pages, not the management screens You already know "dtml-cal

Re: [Zope] We get problems Zope is backed up!

2001-01-29 Thread Dieter Maurer
3dfestival - WebMaster writes: > Does anybody have a solution for our big problem? How do we backup in > another way...? > > When our Zope-site is being backed up we have different probs... > We have (kind of) have figured out that the problem is only (!) occuring > when we change something

[Zope] BUG? Strange behaviour of external methods after update

2001-01-29 Thread Dieter Maurer
A colleague of mine has developed an external method and installed it as a SiteAccess access rule. He made a programming error that caused a TypeError exception to be raised. He recognized his fault and corrected the external method. Then, the strange behaviour started: The access rule some

Re: [Zope] PCGI and MS-IIS on Nt5

2001-01-29 Thread Andy McKay
I suffered similar problems when I tried IIS on Windows 2k. Some people have reported success however, so there must be some knack to this. I found http://my.server.com/zope.pcgi worked but http://my.server.com/zope.pcgi/as/asd didn't... If you get it working I'd love to know how. Sorry I cant be

RE: [Zope] RESPONSE.redirect

2001-01-29 Thread Max M
From: [EMAIL PROTECTED] Oliver Vecernik >I'd like to show a page and after a few seconds I'd like to redirect to >another page. If I simply add it is >done immediately. How can I achieve a delay of a couple of seconds? First you should send the page you want to show, then you should redirect to

RE: [Zope] PCGI and MS-IIS on Nt5

2001-01-29 Thread Max M
From: Paul Zwarts >so, technically I did set it up correctly, but I want to configure the >default document so when I just put in: >http://localhost For that the easiest solution is to put a redirect in your root to: http://localhost/scripts/zope.pcgi either through a server setting or through

Re: [Zope] porting from Python Methods to PythonScripts in2.3.0;LoginManager too

2001-01-29 Thread Jim Washington
The text of an external method for converting Python Methods to Python Scripts was posted to the list a while back. I forget who because I just copied and pasted at the time. Anyway, credit to whoever, and apologies for not having the name. I took that and made something that works for me as a

Re: [Zope] RESPONSE.redirect

2001-01-29 Thread ender
On Monday 29 January 2001 09:14, Oliver Vecernik wrote: > Hi all, > > I'd like to show a page and after a few seconds I'd like to redirect to > another page. If I simply add it is > done immediately. How can I achieve a delay of a couple of seconds? > > Oliver > meta refresh in your headers sho

RE: [Zope] Products and Zope 2.3

2001-01-29 Thread Ron Bickers
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris > Withers > Sent: Monday, January 29, 2001 4:35 AM > To: David K. Trudgett > Cc: [EMAIL PROTECTED] > Subject: Re: [Zope] Products and Zope 2.3 > > > "David K. Trudgett" wrote: > > > > This brings up

Re: [Zope] CacheManagers are cool :)

2001-01-29 Thread ender
On Monday 29 January 2001 10:15, Seb Bacon wrote: > I've just been experimenting with the RAM Cache manager, and FWIW I thought > I'd share my findings: > > I ran some simple tests using ab against a single, dynamic page which has > some display logic both in the filesystem product and dtml. I ca

Re: [Zope] License

2001-01-29 Thread Bill Anderson
Fabrice FRANK wrote: > I really agree, do NOT change the license terms. > > Ummm .. the software in questions has _no_ license terms yet. Bill ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross p

RE: [Zope] porting from Python Methods to PythonScripts in 2.3.0; LoginManager too

2001-01-29 Thread Steve Drees
> + Delete the PythonMethods product from the Control_Panel/Products > management folder. > > Will I have to manually convert each existing Python Method to > a PythonScript, or are they essentially the same type? It's my understanding from reading release ntoes that PYthonScripts and PythonM

[Zope] Ithy Trigger Fingers (was Re: [Zope] License)

2001-01-29 Thread Bill Anderson
Andreas Heckel wrote: >> EVERYTHING SNIPED! > > PLEASE allow ME to choose the license freely and PLEASE STOP the > flamewar on this thread! > You can find tons of these licence discussions not only on this list and > there is nothing new to say. Come on people, this is not a flme war. Nobody is

[Zope] CacheManagers are cool :)

2001-01-29 Thread Seb Bacon
I've just been experimenting with the RAM Cache manager, and FWIW I thought I'd share my findings: I ran some simple tests using ab against a single, dynamic page which has some display logic both in the filesystem product and dtml. I cached the index_html using the default RAM Cache Manager set

Re: [Zope] porting from Python Methods to PythonScripts in 2.3.0; LoginManager too

2001-01-29 Thread Fred Yankowski
After browsing the Zope-dev list (I guess that's _yet another_ list I need to follow) I found a note about creating the 'access' file manually with zpasswd.py. After doing that, LoginManager seems to come up cleanly in Zope 2.3.0. And now I can see that my Python Methods come in broken, apparent

Re: [Zope] porting from Python Methods to PythonScripts in 2.3.0; LoginManager too

2001-01-29 Thread Evan Simpson
From: "Fred Yankowski" <[EMAIL PROTECTED]> > + Don't copy over SiteAccess and PythonMethods. > + Delete the PythonMethods product from the Control_Panel/Products > management folder. > > Will I have to manually convert each existing Python Method to > a PythonScript, or are they essentially the

Re: [Zope] missing FCNTL.py after building Zope 2.3 on Python 1.5.2

2001-01-29 Thread Steven D. Majewski
I'm not sure exactly how the problem manifests itself in 1.5.2, but in 1.6 & later, there are a series of platform specific directories: Lib/plat-{XXX} where XXX is some system, and a Lib/plat-generic/. That's where the FCNTL and some other files live. If your system is not among the ones incl

Re: [Zope] Creating a namespace

2001-01-29 Thread Dieter Maurer
Stephan Richter writes: > I want to make my own name space with the following situation: > > class X: > > attributes = {'foo': 'bar'} > > x = X() > > > Then I want to use it like that: > > > > > > The result should be : bar > > I found out that I have to some

Re: [Zope] ANNOUNCE: please have a look at ZDatabaseTool

2001-01-29 Thread Andreas Heckel
Olaf Zanger wrote: > > hi there > > Andreas Heckel schrieb: > > > > Olaf Zanger wrote: > > > > > > hi there, > > > > > > tested the printing facility (nicely done by pdf). > > > > > > it crashes > > > * acrobat reader 4.05 on win98 and > > > * the pdf/ps/ghostview part of konqui doesn't like it

[Zope] RESPONSE.redirect

2001-01-29 Thread Oliver Vecernik
Hi all, I'd like to show a page and after a few seconds I'd like to redirect to another page. If I simply add it is done immediately. How can I achieve a delay of a couple of seconds? Oliver ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.o

[Zope] Catalogaware ZCLass and deleting

2001-01-29 Thread Sven Hohage
Hello, I try to delete a Catalogware ZClass with subobjects that are also ZClasses. That's my method to delete a Class: -->> But Zope answers: An exception occurred in a DTML method or document. Error type: BadRequest

[Zope] porting from Python Methods to PythonScripts in 2.3.0; LoginManager too

2001-01-29 Thread Fred Yankowski
I just installed Zope 2.3.0 and I'm planning how to port my sites from 2.2.5. It looks like I'll have to: + Copy over the Products I installed, _except_ + Don't copy over SiteAccess and PythonMethods. + Delete the PythonMethods product from the Control_Panel/Products management folder. Will

Re: [Zope] ANNOUNCE: please have a look at ZDatabaseTool

2001-01-29 Thread Olaf Zanger
hi andreas, > > according to what i have seen on the homepage it seems like ZDatabaseTool is the > > missing link to push zope to a all in one solution. > > Thanks for the flowers ;-) that's for free :-) > > > until now we solved most of our stuff with znolkwizard. this is a great product for

Re: [Zope] ANNOUNCE: please have a look at ZDatabaseTool

2001-01-29 Thread Olaf Zanger
hi there Andreas Heckel schrieb: > > Olaf Zanger wrote: > > > > hi there, > > > > tested the printing facility (nicely done by pdf). > > > > it crashes > > * acrobat reader 4.05 on win98 and > > * the pdf/ps/ghostview part of konqui doesn't like it either, > > > > it works though under > > * acr

Re: [Zope] user creation & authentification

2001-01-29 Thread Gerald Gutierrez
>in order to accomplish the second task effectively you should look at >LoginManager; in doing so you will find answers to your first >question. however, you may find you need to refer a lot to the >mailing list archives to get LoginManager installed ;) I've read that the LoginManager does not

Re: [Zope] Python script safety

2001-01-29 Thread Gerald Gutierrez
At 10:18 AM 1/29/2001 +, you wrote: >Robin Becker wrote: > > > > Yes, I can use External Methods if I have access to the machine, but > > those 'trusted' scripts could be just as easily handled by a 'Trusted > > Python Scripts' Zope object which didn't have all the rather (as you say > > your

Re: [Zope] namespace problems

2001-01-29 Thread Chris Withers
Gary Lowder wrote: > > When I use "context.REQUEST.RESPONSE.redirect(URL1)" in my python script > I get "NameError URL1". That should be: RESPONSE = context.REQUEST.RESPONSE URL1 = context.REQUEST['URL1'] RESPONSE.redirect(URL1) > When I bind _ as you suggested, and use "_.RESPONSE.redirect(URL

[Zope] Re: [Zope-dev] Creating a namespace

2001-01-29 Thread Casey Duncan
Stephan Richter wrote: > > Hello everyone, > > I want to make my own name space with the following situation: > > class X: > > attributes = {'foo': 'bar'} > > x = X() > > Then I want to use it like that: > > > > > > The result should be : bar > > I found out that I have to so

Re: [Zope] namespace problems

2001-01-29 Thread Gary Lowder
I really appreciate your help, but I continue to have problems with this line, and this is turning into a quest of sorts ;) . When I use "context.REQUEST.RESPONSE.redirect(URL1)" in my python script I get "NameError URL1". When I bind _ as you suggested, and use "_.RESPONSE.redirect(URL1)" I ge

RE: [Zope] missing FCNTL.py after building Zope 2.3 on Python 1.5.2

2001-01-29 Thread Brian Lloyd
> Are there any comments regarding the missing of a module named FCNTL.py > ? > > It happens that I just built Zope 2.3 from source on a Python 1.5.2 > installation and after compiling and building successfully just after > the "./start" command, Zope crases with a "no module named FCNTL" . This

[Zope] How to upgrade to 2.3 (no differential install?)

2001-01-29 Thread Brad Clements
I'm running Zope 2.2 on RH Linux 7 I see that there's no 2.2-to-2.3 .tar file.. Why? What's the correct way to upgrade my existing Zope installation? -- Call me stupid, I can't find the proper command line switch to get tar to ignore the top level directory name Zope-2.3.0-linux2-86 Do I hav

Re: [Zope] ANNOUNCE: please have a look at ZDatabaseTool

2001-01-29 Thread Jerome Alet
On Mon, 29 Jan 2001, Andreas Heckel wrote: > BTW: Why I'm not surprised the trouble starts with Win ;-) Oh, please !!! Please don't start a new flamewar here ;-)) bye, Jerome Alet ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailm

Re: [Zope] ZObjectManager

2001-01-29 Thread peter bengtson
Here we go... 'Hitrate' is the whole product. HitrateText_add() is a method you find _inside_ the ZClass called 'HitratePage' (notice the dtml-with statm.) NoRedir is a variable I send to that method to tell it not to redirect anywhere. Hope it helps! Mvh, Peter - Original Message --

Re: [Zope] ANNOUNCE: please have a look at ZDatabaseTool

2001-01-29 Thread Andreas Heckel
Olaf Zanger wrote: > > hi there, > > tested the printing facility (nicely done by pdf). > > it crashes > * acrobat reader 4.05 on win98 and > * the pdf/ps/ghostview part of konqui doesn't like it either, > > it works though under > * acrobat reader 4.0 on suse 7.0 Hi Olaf, thanks for your fee

Re: [Zope] problems with URL passing again

2001-01-29 Thread Horatio B. Bogbindero
> > > > > >Sometimes id is not a string, but a function to call: id(). To force > Zope renders it to string always write _['id']. >Zope 2.3 has getId() that is always function. > a million thanks to you and may the gods bless you! hehehe. in other words, it worked! where is this feat

Re: [Zope] License

2001-01-29 Thread Andreas Heckel
> EVERYTHING SNIPED! PLEASE allow ME to choose the license freely and PLEASE STOP the flamewar on this thread! You can find tons of these licence discussions not only on this list and there is nothing new to say. -- Andreas

Re: [Zope] MYSQL Problem

2001-01-29 Thread Andy Dustman
On Sun, 28 Jan 2001, Jens Grewen wrote: > I installed > > mySQL-3.23.32 > mySQLdb 0.3.1 > ZmySQLDA 2.0.4 > > When I change to mediumint (database field description) I get the > expected 233. > > How can I fix this. You just did. :) If a mediumint is big enough for you, use that. As Ron point

Re: [Zope] ANNOUNCE: please have a look at ZDatabaseTool

2001-01-29 Thread Andreas Heckel
Olaf Zanger wrote: > > hi there, > > according to what i have seen on the homepage it seems like ZDatabaseTool is the > missing link to push zope to a all in one solution. Thanks for the flowers ;-) > until now we solved most of our stuff with znolkwizard. this is a great product for > what i

[Zope] [Zope+SybDA]Multiplexed or not ?

2001-01-29 Thread Tony Moutaux
Hi list! I run: -zope 2.2.4 -python 1.5.2 - solairs (sunos5) on ES450 and the ZopeSybase DA v2. I am not sure if the SQL transactions are multiplexed (I mean that I can run several SQL requests at the same time). I try : /A/firstZSQLMethod - firstSybDA /B/anotherZSQLMethod - anotherSybDA, but on

Re: [Zope] Core Session

2001-01-29 Thread Chris McDonough
> Any ideas when it will land? Nope. It's pretty stable now, but any release that shows up in the core depends on a new BTree implementation, which has been slow in the making. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/li

Re: [Zope] Core Session

2001-01-29 Thread Chris Withers
Chris McDonough wrote: > > > Any ideas when it will land? > > Nope. It's pretty stable now, but any release that shows up in the core > depends on a new BTree implementation, which has been slow in the making. rats... although I'd love to see a snappy new BTree implementation... got lots of pr

[Zope] ZObjectManager

2001-01-29 Thread Gordon Bergström
Dear Group. I have made a Product and a Class that is ZObjectManager. But how do I create Object instances within the instance of the Class? I want to do this programmaticly. Reagrds Gordon Bergström ___ Zope maillist - [EMAIL PROTECTED] http://

Re: [Zope] License

2001-01-29 Thread Jerome Alet
On Mon, 29 Jan 2001, Chris Withers wrote: > And the reason I asked is 'cos, as I understand it, if I use a GPL-licensed > product in a product/solution I provide, then I have to do that for free and > open source it too, which often isn't an option :-( Of course you DON'T have to do your work fo

Re: [Zope] License

2001-01-29 Thread Gregor Hoffleit
On Mon, Jan 29, 2001 at 12:58:35PM +, Chris Withers wrote: > And the reason I asked is 'cos, as I understand it, if I use a GPL-licensed > product in a product/solution I provide, then I have to do that for free and > open source it too, which often isn't an option :-( Nope, that's wrong. If

Re: [Zope] problems with URL passing again

2001-01-29 Thread Oleg Broytmann
On Mon, 29 Jan 2001, Horatio B. Bogbindero wrote: > > Sometimes id is not a string, but a function to call: id(). To force Zope renders it to string always write _['id']. Zope 2.3 has getId() that is always function. Oleg. Oleg Broytmann http://www.zope.org/Members/phd/

RE: [Zope] License

2001-01-29 Thread Fabrice FRANK
I really agree, do NOT change the license terms. Fabrice FRANK Chef de projet Extranet BOPACK T.E.A Z.A La Claire Voie 76520 Franqueville Tél. 02 32 86 52 69 Fax. 02 32 86 52 51 -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la

Re: [Zope] License

2001-01-29 Thread Chris Withers
Chris Withers wrote: > > Please don't shit it under GPL, it makes it much less useful :-S *embarrassed laughs* Man, what a typo... I actually meant ship, beleive it or not. And the reason I asked is 'cos, as I understand it, if I use a GPL-licensed product in a product/solution I provide, t

Re: [Zope] License

2001-01-29 Thread ender
On Monday 29 January 2001 01:41, Chris Withers wrote: > Olaf Zanger wrote: > > is the product planned to ship under GPL or an corresponding licence? > > Please don't shit it under GPL, it makes it much less useful :-S > A variant of the Zope License would be much mroe friendly :-) > > cheers, > >

[Zope] problems with URL passing again

2001-01-29 Thread Horatio B. Bogbindero
here is a piece of code from article.html: ** then i access it via http://localhost:8080/article.html?pass_id=validid and validid is a valid id of a dtml method in the articles folder. however, i get weird results: *validid* 0 0 which is weird because getting a 0 0 means that none

Re: [Zope] user creation & authentification

2001-01-29 Thread seb bacon
ralf, > is it possible to create users "not using" the zope management interface ??? > i would like to log in some user with my own login screen or how can i edit > the default userauthentification screens from the browser (Netscape/IE/opera) ? my advice: in order to accomplish the second task

Re: [Zope] Products and Zope 2.3

2001-01-29 Thread Tim Cook
"iap_y2fun.com" wrote: > > I can't import EventFolder due to "tuple have no method 'append'" error. > I am not sure if someone else encountered the same problem? I imported a slightly modified version (cosmetics basically) of EventFolder without problems. You may want to try that again. May no

Re: [Zope] We get problems Zope is backed up!

2001-01-29 Thread Kevin Teague
>Does anybody have a solution for our big problem? Heh-he. "Zope is backed up" makes it sound like Zope is a toilet in bad need of a plumber. Sorry, couldn't resist :) > We are using Zope v2.2.4 running in Apache on a Linux-machine Perhaps using the rsync technique here would make the back

RE: [Zope] let problem (or just a stupid newbie)

2001-01-29 Thread Etienne Labuschagne
Hi there You must close the tag like below (exactly what the error said ;) --> -Original Message- From: Hans de Wit [mailto:[EMAIL PROTECTED]] Sent: Monday, January 29, 2001 12:58 PM To: [EMAIL PROTECTED] Subject: [Zope] let problem (or just a stupid new

[Zope] user creation & authentification

2001-01-29 Thread Ralf Kraemer
Hello all first question is it possible to create users "not using" the zope management interface ??? i tried a lot using the editUsers.dtml from zope and it works , but i dont like the response . i would like to see my own pages, not the management screens second question i would like to

Re: [Zope] License

2001-01-29 Thread Oleg Broytmann
On Mon, 29 Jan 2001, Andrew Kenneth Milton wrote: > | > > is the product planned to ship under GPL or an corresponding licence? > | > > | > Please don't shit it under GPL, it makes it much less useful :-S > | > A variant of the Zope License would be much mroe friendly :-) > | > |OH, NO, PLEASE

Re: [Zope] License

2001-01-29 Thread Andrew Kenneth Milton
+---[ Oleg Broytmann ]-- | On Mon, 29 Jan 2001, Chris Withers wrote: | > Olaf Zanger wrote: | > > | > > is the product planned to ship under GPL or an corresponding licence? | > | > Please don't shit it under GPL, it makes it much less useful :-S | > A variant of the Zope L

Re: [Zope] let problem (or just a stupid newbie)

2001-01-29 Thread Oleg Broytmann
On Mon, 29 Jan 2001, Hans de Wit wrote: > > > > [skip] > Document Template Parse Error: (see above) But of course. dtml-let must be closed with Oleg. Oleg Broytmann http://www.zope.org/Members/phd/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB with

[Zope] We get problems Zope is backed up!

2001-01-29 Thread 3dfestival - WebMaster
Does anybody have a solution for our big problem? How do we backup in another way...? When our Zope-site is being backed up we have different probs... We have (kind of) have figured out that the problem is only (!) occuring when we change something on our site OR somebody adds something to our si

Re: [Zope] License

2001-01-29 Thread Oleg Broytmann
On Mon, 29 Jan 2001, Chris Withers wrote: > Olaf Zanger wrote: > > > > is the product planned to ship under GPL or an corresponding licence? > > Please don't shit it under GPL, it makes it much less useful :-S > A variant of the Zope License would be much mroe friendly :-) OH, NO, PLEASE NOT A

Re: [Zope] let problem (or just a stupid newbie)

2001-01-29 Thread Chris Withers
Hans de Wit wrote: > > I was trying the following dtml-method (just from the book) in my Zope 2.3.0 Windows >NT > installation Really? direct from the book? > > > > > ...that should be: > "No closing tag, for tag , on line 2 of nog" To be fair, that's a pretty descriptive error m

Re: [Zope] Python script safety

2001-01-29 Thread Chris Withers
Robin Becker wrote: > > Yes, I can use External Methods if I have access to the machine, but > those 'trusted' scripts could be just as easily handled by a 'Trusted > Python Scripts' Zope object which didn't have all the rather (as you say > yourself) pointless safety checks. Then I could handle

  1   2   >