[Zope] Problem getting to the manage screen

2000-09-12 Thread Rudd-O
Hello, I'm using Mandrake 7.1. After trying with ALL zope versions possible, i finally give up and ask the question. I've already fiddled with zpasswd and all the docs and stuff, but i CAN'T login to /manage. I'm using zserver. Please help!!! -- Manuel Amador (Rudd-O)

[Zope] test

2000-09-12 Thread Matthew Burleigh
ignore -- - Matthew Burleigh - Systems Administrator, Digital Creations - publishers of Zope. - (888)344-4332 -- http://www.digicool.com - http://www.zope.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

Re: [Zope] How to Pass values to a DTML method ??

2000-09-12 Thread Evan Simpson
Dieter Maurer You should include two positional parameters as well: dtml-var "some_method(_.None,_,param=value)" I've recently had explained to me a way that is more robust, and possibly less confusing, than this idiotic idiom. I think it may start appearing in docs and training. dtml-let

Re: [Zope] Manager Authentication Failure: How to debug?

2000-09-12 Thread Kimmo Kansanen
Sie (Martijn Pieters,[EMAIL PROTECTED]) sannoit: There are generally two things that could have gone wrong here: - You didn't specify the Manager Role for the User. The list of Roles on the User manage page is _not_ the assigned list, but the possible list of Roles. Select the Manager

Re: [Zope] Oedipus / Zope / python / product / XML ++

2000-09-12 Thread Oleg Broytmann
Hi! I write and maintain a project "Bookamrks Database and Internet robot" (detailed announce after quotations). It is not exactly what you want, but I have plans to add Oedipus to my list of databases. Probably there are fields we may cooperate. I am very short on time these days :( On

Re: [Zope] dtml-in theentiresite

2000-09-12 Thread Chris Withers
peter be wrote: Some objects (mostly DTML Documents) have a property (boolean) that tells whether this is a helppage or not. What I want to do is to loop though eash and every object in the entire site (not very big) and check if the object has this property. Does your site have any

[Zope] zope login window: how to change the 'Zope' realm/resource??

2000-09-12 Thread Gilles Lavaux
Hello, Question about Zope 2.2.1: - I have a 'administration' folder which contains administration methods and is restricted to the 'project_admin' role. - The user 'toto' has the role 'project_admin'. When I access this folder, the login window prompt for a 'Zope' resource (IE4, Opera4..).

Re: [Zope] My Z Class

2000-09-12 Thread Rik Hoekstra
Karl Munroe wrote: I have constructed a z class which contians other products. Is it possible for me to have access and edit the properties of the objects contained in the z class. For example. MYZClass contains an image object...how do I change the and edit the photo contained in the

[Zope] TEXT FILE Operation

2000-09-12 Thread Marcello Lupo
Hi to all, anyone know how to let Zope interact with text files on the system on it is running. Like making changes to files, search and replare some text or insert or delete text and save the file again? I'm pretty new and i don't know if it is possible for Zope. Thank You in advice. Marcello

Re: [Zope] TEXT FILE Operation

2000-09-12 Thread Rik Hoekstra
anyone know how to let Zope interact with text files on the system on it is running. I take it you mean files external to the ZODB database Like making changes to files, search and replare some text or insert or delete text and save the file again? I'm pretty new and i don't know if it is

Re: [Zope] TEXT FILE Operation

2000-09-12 Thread Marcello Lupo
Thank you, infact this is the problem, right now i'm not able to program in python but only on using zope. I used the FSSession product before and i think that should be a Similar product to make changes on files. thank you for the help. Marcello Rik Hoekstra wrote: anyone know how to let

Re: [Zope] TEXT FILE Operation

2000-09-12 Thread Rik Hoekstra
infact this is the problem, right now i'm not able to program in python but only on using zope. Hm, you'd be surprised how easy the Python bit is. THere is excellent documentation at the Python site (http://www.python.org) I used the FSSession product before and i think that should be a

[Zope] [zwiki] What is the 'Wiki-Safetybelt'?

2000-09-12 Thread Jean Jordaan
Hi all If I ftp a bunch of zwikipages out of the ZODB, each one has this:: Wiki-Safetybelt: 968246577.617 What is is, and do I need to keep it if I want to ftp them back in? The thing is, I 'diff'ed and 'patch'ed two wikis against each other, and I'm not interested in changes that involve

[Zope] Important Security Concerns

2000-09-12 Thread Coleman, Bryan
I almost have my company convinced that Zope is the technology to use for our Intranet/Extranet. However they are very concerned with security. I have proposed two security schemes that I would like zope community feed back on for potential holes. Option A: Poke a hole through our firewall on

Re: [Zope] Object serialization between different pages

2000-09-12 Thread Oleg Broytmann
On Tue, 12 Sep 2000, Pierre-Julien Grizel wrote: Is it possible to serialize an object to share it across several pages ? This would allow one to pass the serialized object via the URL, and to retreive it in the form that would process the request. Oh, no! Think if I hack the page you sent

Re: [Zope] Important Security Concerns

2000-09-12 Thread Phil Harris
Another option might be to proxy the Zope server through Apache on port 80. - Original Message - From: "Coleman, Bryan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 12, 2000 12:43 PM Subject: [Zope] Important Security Concerns I almost have my company convinced

RE: [Zope] Important Security Concerns

2000-09-12 Thread Coleman, Bryan
That would cause another whole set of problems, unless apache is inherity more secure than Medusa. I was really wondering what the risks are associated with those two options. - Bryan Patrick Coleman Questcon Technologies (336)273-2428 ext-416 [EMAIL PROTECTED] -Original Message-

Re: [Zope] dtml-in theentiresite

2000-09-12 Thread Rik Hoekstra
Any other good solutions are welcomed! There are several 'Sitemap' solutions that do this more or less, but... Any reason you can't use a catalog for this and catalog on the property? This is much faster and much more flexible Rik ___ Zope

Re: [Zope] Object serialization between different pages

2000-09-12 Thread Phil Harris
You could always use one of the session management products on the Zope site. My particular favourite is SQLSession, but others exist which do a similar job. hth Phil [EMAIL PROTECTED] - Original Message - From: "Pierre-Julien Grizel" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

RE: [Zope] Important Security Concerns

2000-09-12 Thread Tom Deprez
I know not much about security because I don't have to worry about it, but out of your talk, it seems that your company finds apache secure. Then why don't you just run Zope behind Apache with a FASTCGI, or something else? Sorry if I'm completely missing the point of your problem. Regards, Tom.

[Zope] ZOPE 2.2.1 Problem

2000-09-12 Thread Steve Williams
I installed ZOPE 2.2.1 yesterday under Windows 98 to fix a ZSQL authorization problem. After rebooting my machine this morning, when I run ZOPE's start.bat, the DOS command screen comes up, flashes some messages quickly and then disappears, so ZOPE won't start. Running Z2.py in Python gives me

Re: [Zope] [zwiki] What is the 'Wiki-Safetybelt'?

2000-09-12 Thread Evan Simpson
From: "Jean Jordaan" [EMAIL PROTECTED] Wiki-Safetybelt: 968246577.617 What is is, and do I need to keep it if I want to ftp them back in? It's a weak protection for when two people grab a copy of a wiki page, edit it, then post their conflicting changed pages. When the second person

[Zope] Object serialization between different pages

2000-09-12 Thread Pierre-Julien Grizel
Hi, Is it possible to serialize an object to share it across several pages ? This would allow one to pass the serialized object via the URL, and to retreive it in the form that would process the request. I know there is the pickle function in python, but is there a more Zopish way to do this ?

[Zope] Zope and the GPL poison pill

2000-09-12 Thread Nils Kassube
Oleg Broytmann wrote: LICENSE GPL I've seen several Zope products using the GPL. In my not so humble opinion, this could develop into a serious problem for Zope deployment. I'm not a lawyer (nor do I play one on TV), but the use of GPL'ed source code like e.g. Renderable ZClass in your web

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Chris Withers
Nils Kassube wrote: I hope Zope product developers think twice about using the GPL. The GPL license is not about sharing like e.g. the BSD license, it's about enforcing the political agenda of people who think that commercial ("proprietary") software w/o source code is evil. This is very

Re: [Zope] TEXT FILE Operation

2000-09-12 Thread Phil Harris
Marcello, I'd say the simplest way is to create an external method, something like (untested): def addToTextFile(self, thingToAdd = None): if thingToAdd: f=open('thefile','w') f.write(thingToAdd+'\n') f.close() or similar for changing/updating etc. If you are short

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Oleg Broytmann
Hi! On Tue, 12 Sep 2000, Nils Kassube wrote: Oleg Broytmann wrote: LICENSE GPL I've seen several Zope products using the GPL. In my not so humble opinion, this could develop into a serious problem for Zope deployment. I'm not a lawyer (nor do I play one on TV), but the use of

[Zope] Re: Session support (was: Object serialization between different pages)

2000-09-12 Thread Chris McDonough
Note that there is also a proposal in progress to put session-tracking in the Zope core. See http://dev.zope.org/Wikis/DevSite/Proposals/CoreSessionTracking and make comments if you see fit. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent:

[Zope] Zope doesn't start...

2000-09-12 Thread César A. K. Grossmann
Hi I'm having some strange problems with the RPM version of Zope 2.2.1: it starts, but dies without any message in /var/log/messages. I try to run it by hand, and get these messages: [root@server zope]# ./zserver.sh [root@server zope]# Traceback (innermost last): File "z2.py", line 554, in ?

Re: [Zope] How to Pass values to a DTML method ??

2000-09-12 Thread Daniel Rusch
They pass in the current name space, the context if you will. Someone posted a reply that had a link to the faq that attempts to explains this. DR Stuart Foster wrote: This is the way I had to do it what's up with the two extra params? -Original Message- From: [EMAIL PROTECTED]

RE: [Zope] Important Security Concerns

2000-09-12 Thread M. Adam Kendall
Since I do this type of thing for a living, I can tell you the best answer is Option B. If your company is that security paranoid, a DMZ is always a better idea than poking holes in end-to-end connections in the firewall. On 12-Sep-2000 Coleman, Bryan wrote: I almost have my company convinced

[Zope] ZSQL and database locking

2000-09-12 Thread Arjan de Knegt
Dear all, I'm a happy Zope user (in a private environment), experienced in client-server application development but still quite green regarding to Zope. I'm trying to figure out how I can use database locking using ZSQL and MySQL. What is the case? I would like to implement a multi-user update

RE: [Zope] How to Pass values to a DTML method ??

2000-09-12 Thread Stuart Foster
The first example is what I was doing. But felt it was hard to follow. However I would be interested in why it would be considered more robust. -Original Message- From: Evan Simpson [mailto:[EMAIL PROTECTED]] Sent: Monday, September 11, 2000 8:15 PM To: Stuart Foster; Dieter Maurer Cc:

Re: [Zope] Important Security Concerns

2000-09-12 Thread Riku Voipio
On Tue, Sep 12, 2000 at 08:31:52AM -0400, Coleman, Bryan wrote: That would cause another whole set of problems, unless apache is inherity more secure than Medusa. I was really wondering what the risks are associated with those two options. I think Zope behind apache is more secure than zope

Re: [Zope] Looking for Zope vs. Others at-a-glance comparison

2000-09-12 Thread Richard Moon
I've enjoyed the contributions on this thread. Some time back I mentioned that what hooked me on Zope was the Relational Database access "out of the box". I liked the way Zope generated a simple database query form and result - so I agree strongly that Zope could hook more people if it did

Re: [Zope] Zope doesn't start...

2000-09-12 Thread Martijn Pieters
On Tue, Sep 12, 2000 at 11:24:18AM -0300, César A. K. Grossmann wrote: Hi I'm having some strange problems with the RPM version of Zope 2.2.1: it starts, but dies without any message in /var/log/messages. I try to run it by hand, and get these messages: [root@server zope]# ./zserver.sh

Re: [Zope] How to Pass values to a DTML method ??

2000-09-12 Thread Evan Simpson
From: Stuart Foster [EMAIL PROTECTED] The first example is what I was doing. But felt it was hard to follow. However I would be interested in why it would be considered more robust. I probably misused the word; what I meant was that the dtml-let form is less likely to have errors like

Re: [Zope] Re: Session support (was: Object serialization between different pages)

2000-09-12 Thread Chris McDonough
Hi Tom, I just read your proposal and I think it would be nice to have such a standard product in Zope. Certianly since lot's of these 'shopping carts' websites are popping up on the internet. I've however one question, which is more generally to e-commerce products and which perhaps give

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Oleg Broytmann
On Tue, 12 Sep 2000, Nils Kassube wrote: [EMAIL PROTECTED] (Oleg Broytmann) wrote: No, you are not forced to publish anything. GPL "virus" applied only if you want to *distribute* combined (your code + my GPL'd code). Like in "distributing to clients"? So that I have to publish

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Danny William Adair
Hi all! Now Nils and Oleg are giving me the creeps. Is it not possible to take a few GPLed Zope products, add your own effort of configuring, integrating, building, (re-)designing, and even documenting the outcome of your efforts and - ___sell___ this? Maybe not only to _one_ customer, but burn

[Zope] Making some DTML Documents catalog aware

2000-09-12 Thread Christian Couder
Hi everybody, I have a Zope site with many DTML document and I would like to make them catalog aware because I want the web site users to be able to search the site. The web site users are already able to modify the site themselves and this functionality must be kept. I use the debian zope

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Oleg Broytmann
On Tue, 12 Sep 2000, Danny William Adair wrote: Now Nils and Oleg are giving me the creeps. Is it not possible to take a few GPLed Zope products, add your own effort of configuring, integrating, building, (re-)designing, and even documenting the outcome of your efforts and - ___sell___ this?

[Zope] call a dtml doc in subfolder?

2000-09-12 Thread sean
Hi, I want to call a dtml doc with dtml-var docname where docname is in a subfolder. What is the syntax to do this? --Sean ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! **

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Nils Kassube
Danny William Adair wrote: Is it not possible to take a few GPLed Zope products, add your own effort of configuring, integrating, building, (re-)designing, and even documenting the outcome of your efforts and - ___sell___ this? Maybe not only to _one_ customer, but burn a CD and sell it to

Re: [Zope] Zope doesn't start...

2000-09-12 Thread César A. K. Grossmann
Martijn Pieters wrote: Remove ComputedAttribute.py and things should be better. In the source distribution it is located in lib/Components/ExtensionClass, which isn't included in the Linux binary distribution. I removed the file ComputedAttribute.pyc and everything works well. It was in

[Zope] ZServer going down ??

2000-09-12 Thread Marc Gehling
Hello, my zserver is often going down. this is my nohup.out-log on linux red hat. Any Idea ? 2000-09-12T15:27:17 ERROR(200) ZServer uncaptured python exception, closing chan nel zhttp_channel connected 213.20.58.238:1043 at 872d7d0 channel#: 600 request s:1 (socket.error:(9, 'Bad file

Re: [Zope] My Z Class

2000-09-12 Thread Andy McKay
A Class is a template for an object, you create it once and any changes affect every object. An object is an instance of a class, it contains data, properties etc. Changing that just changes the object and it is common to change the information in an object. Karl I think you are trying to

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Magnus Alvestad
[Danny William Adair] | Now Nils and Oleg are giving me the creeps. There are several issues here. First, it is not obvious that including one GPL'ed product in a zope site and then distributing that site obliges you to distribute any further source code. Only if you (embrace and) extend that

[Zope] are there any known memory leaks in Zope 2.2.1?

2000-09-12 Thread Skip Montanaro
I'm experiencing bad memory leaks in my ZServer-based system. I recently upgraded from 2.0.0 to 2.2.1. I didn't have leakage using 2.0.0 - certainly nothing like I'm seeing it now. When I call the same method (same parameters as well) over and over, I pretty significant leakage via isolate

Re: [Zope] dtml-in theentiresite

2000-09-12 Thread Dieter Maurer
peter be writes: In the root A DTML Method Some objects (mostly DTML Documents) have a property (boolean) that tells whether this is a helppage or not. What I want to do is to loop though eash and every object in the entire site (not very big) and check if the object has

RE: [Zope] How to Pass values to a DTML method ??

2000-09-12 Thread Dieter Maurer
Stuart Foster writes: Dieter Maurer wrote: You should include two positional parameters as well: dtml-var "some_method(_.None,_,param=value)" This is the way I had to do it what's up with the two extra params? DTML objects use the DocumentTemplate's (--

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Nils Kassube
Magnus Alvestad wrote: Third, you are only obligated to distribute source to parties you have already distributed the binary version to. I can't really see a customer buying a zope site from you and not expecting 'source' anyway. The problem is not that a client who paid for custom

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Tim Cook
Danny William Adair wrote: Hi all! Now Nils and Oleg are giving me the creeps. Is it not possible to take a few GPLed Zope products, add your own effort of configuring, integrating, building, (re-)designing, and even documenting the outcome of your efforts and - ___sell___ this? Maybe

Re: [Zope] 'showREQUEST' or 'show_REQUEST' ?

2000-09-12 Thread Dieter Maurer
Steve Alexander writes: I get an error when I try to add a DTML Method with REQUEST anywhere in the id. Actually, the method gets added, but I cannot edit it. I haven't found out why yet. The bad code is in "ZPublisher.BaseRequest.traverse": # Make sure that REQUEST

[Zope] Looking for Zope vs. Others at-a-glance comparison

2000-09-12 Thread Spicklemire, Jerry
Richard Moon says: Zope offers the potential to be the perfect development environment with tons of really good solutions off the shelf - these can be customised if they have to, we can drop down to Python if we really need to. Perfect. Unfortunately its been difficult to get discussions like

[Zope] Defining a session idle timeout value using FSSession...

2000-09-12 Thread Aaron Bostick
Would anyone on the list have a solution to implementing idle timeouts using FSSession? I know you can cron up a simple job to delete the FSSession hierarchy based on date and time, but how do you know which sessions are still being used if you want to delete stuff say every 10 minutes or so?

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Bill Anderson
Nils Kassube wrote: Oleg Broytmann wrote: LICENSE GPL I've seen several Zope products using the GPL. In my not so humble opinion, this could develop into a serious problem for Zope deployment. I'm not a lawyer (nor do I play one on TV), but the use of GPL'ed source code like

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Lalo Martins
On Tue, Sep 12, 2000 at 06:02:15PM +0200, Nils Kassube wrote: [EMAIL PROTECTED] (Oleg Broytmann) wrote: No, you are not forced to publish anything. GPL "virus" applied only if you want to *distribute* combined (your code + my GPL'd code). Like in "distributing to clients"? So that I

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Jim Hebert
On Tue, 12 Sep 2000, Nils Kassube wrote: The problem is not that a client who paid for custom development will get the source. It's the fact that you have to release the source code of an enhanced GPL'ed component (and possibly stuff built with it) for everyone else, too. *gasp* Your

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Magnus Alvestad
Just to state my position, I have worked as a professional commercial software developer since 1994. I think the GPL is appropriate for work I do outside customer contracts. [Nils Kassube] | The problem is not that a client who paid for custom development | will get the source. It's the fact

[Zope] problem logging in to /manage resource

2000-09-12 Thread Rudd-O
Hello, I've been tryhing hard for the last two weeks to use zope but I can't seem to get it to go past the /manage resource. I'm running zserver, I tried the default password, changing it with zpasswd, removing domain restrictions, everything, but it still gives me authentication

Re: [Zope] zope login window: how to change the 'Zope' realm/resource??

2000-09-12 Thread Danny William Adair
Hi Gilles! Doesn't the "realm tip" apply anymore? --- Use Z_REALM env. var to set your HTTP mcdonc brings us this tip: Set the environment variable "Z_REALM" to change the HTTP "authentication realm" in which your Zope server

[Zope] Importing multiple files into Zope

2000-09-12 Thread Robert_J_Roberts
I would like to be able to import multiple existing HTML files into Zope and make them searchable. For example: I would like to be able to point a Zope Method at my c:\python\doc subdirectory and import not only the index.html file, but also import the subdirectories under ...\doc\ and all of

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Dario Lopez-Kästen
- Original Message - From: "Nils Kassube" [EMAIL PROTECTED] To: "Magnus Alvestad" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, September 12, 2000 8:57 PM Subject: Re: [Zope] Zope and the GPL poison pill Magnus Alvestad wrote: Third, you are only obligated to distribute source

[Zope] ZSQL

2000-09-12 Thread Tom Deprez
Hi, I use an ZSQLMethod to query a database. In the result report I try to insert the results of another ZSQLMethod per each record of the first result report. The problem is that the first record shows the correct result of the second result, but that the following records all show the second

Re: [Zope] call a dtml doc in subfolder?

2000-09-12 Thread Tim Cook
[EMAIL PROTECTED] wrote: Hi, I want to call a dtml doc with dtml-var docname where docname is in a subfolder. What is the syntax to do this? dtml-with subfolder dtml-var docname /dtml-with HTH, -- Tim Cook -- Cook Information Systems | Office: (901) 884-4126 8am-5pm CDT * Specializing

Re: [Zope] problem logging in to /manage resource

2000-09-12 Thread Tony McDonald
Hello, I've been tryhing hard for the last two weeks to use zope but I can't seem to get it to go past the /manage resource. Ouch! - you'll like it once you get started. I'm running zserver, I tried the default password, changing it with zpasswd, removing domain restrictions,

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread A.J. Rossini
"TC" == Tim Cook [EMAIL PROTECTED] writes: TC Danny William Adair wrote: Hi all! Now Nils and Oleg are giving me the creeps. Is it not possible to take a few GPLed Zope products, add your own effort of configuring, integrating, building, (re-)designing, and even

Re: [Zope] ZOPE 2.2.1 Problem

2000-09-12 Thread Shane Hathaway
Steve Williams wrote: I installed ZOPE 2.2.1 yesterday under Windows 98 to fix a ZSQL authorization problem. After rebooting my machine this morning, when I run ZOPE's start.bat, the DOS command screen comes up, flashes some messages quickly and then disappears, so ZOPE won't start.

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Hannu Krosing
Magnus Alvestad wrote: [Danny William Adair] | Now Nils and Oleg are giving me the creeps. There are several issues here. First, it is not obvious that including one GPL'ed product in a zope site and then distributing that site obliges you to distribute any further source code.

[Zope] ignore

2000-09-12 Thread Matthew Burleigh
me -- Matt Burleigh Systems Administrator, Digital Creations - publishers of Zope. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

RE: [Zope] zope login window: how to change the 'Zope' realm/resource??

2000-09-12 Thread Steve Drees
--- Use Z_REALM env. var to set your HTTP mcdonc brings us this tip: Set the environment variable "Z_REALM" to change the HTTP "authentication realm" in which your Zope server participates. Additional details: For

[Zope] Getting the count from dtml-in

2000-09-12 Thread Stuart Foster
How do I get the count in a sequence? dtml-var total-rec_id rec_id is a field from a table that is being used in the dtml-in. However the result isn't correct. TIA Stuart ___ Zope maillist - [EMAIL PROTECTED]

[Zope] Never mind dtml-in

2000-09-12 Thread Stuart Foster
Oops how about count-rec_id.. Sorry for the previous message. Stuart ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] zope stuf product

2000-09-12 Thread technology
http://www.zope.org/Members/greulen/zopestud This is too cool. Way alpha and it is what I have been looking for. After I installed it I opened the options drop menu and selected settings. I then clicked the 'editor' tab and selected the 'Editor executable' radio button. I browsed to

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Karl Anderson
Correct me if I'm wrong (and don't bother with the discussion on the merits or non- of the GPL, I don't care in this context), but: In order to link/incorporate a GPL'd module, you have to be able to distribute the entire work under the GPL. RMS says that the ZPL isn't compatible with the GPL;

[Zope] Date format problems

2000-09-12 Thread Stuart Foster
I am using the following on an NT installation with no problems dtml-var timestamp fmt='%m/%d/%Y' However when I use it on a Linux install it get Error Type: ValueError Error Value: unsupported format character 'm' (0x6d) What am I missing here.

Re: [Zope] call a dtml doc in subfolder?

2000-09-12 Thread Curtis Maloney
On Wed, 13 Sep 2000, [EMAIL PROTECTED] wrote: Hi, I want to call a dtml doc with dtml-var docname where docname is in a subfolder. What is the syntax to do this? This is where we find out why you don't put a . in an object name. (o8 dtml-var folder.docname Simple enough? (o8 --Sean

[Zope] ZODB editing options via FTP/webdav, and 2 design questions

2000-09-12 Thread Chris Beaumont
Hello all, I'm curious about what the current state-of-the-art is for using techniques other than (clumsy) browser editing to edit Zope objects in the ODB, and FTP and webdav -capable products and which ones they like the most.. How is webdav different than FTP? How would one use it? I've

Re: [Zope] Getting the count from dtml-in

2000-09-12 Thread Jonothan Farr
How do I get the count in a sequence? dtml sequence-length --jfarr ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

[Zope] Ownership and security

2000-09-12 Thread Andy McKay
How do I remove ownership from a product, ie: make it unowned? I have some dtml that works quite happily on unowned objects, but at soon as they become owned I get into a whole whack of problems with getUserById. Of course I would really love to have ownership work, but I know its hell trying to

Re: [Zope] are there any known memory leaks in Zope 2.2.1?

2000-09-12 Thread Kapil Thangavelu
Skip Montanaro wrote: I'm experiencing bad memory leaks in my ZServer-based system. I recently upgraded from 2.0.0 to 2.2.1. I didn't have leakage using 2.0.0 - certainly nothing like I'm seeing it now. When I call the same method (same parameters as well) over and over, I pretty

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Kapil Thangavelu
Karl Anderson wrote: Correct me if I'm wrong (and don't bother with the discussion on the merits or non- of the GPL, I don't care in this context), but: In order to link/incorporate a GPL'd module, you have to be able to distribute the entire work under the GPL. RMS says that the ZPL

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Terry Kerr
Hi, I think the direction of this discussion has been lost. The main concern is with the distribution of GPL'd zope products as a part of other products, commercial, proprietary, freeware, or not. In this case, does the GPL enforce that the product as a whole must be distributed under the GPL?

[Zope] ZODB export to other DB/format?

2000-09-12 Thread j
Hi, I made an effort to look through the FAQs on zope.org and couldn't find a definitive answer, though the ZODB faq hinted that my fears are warranted. If I deploy a site and store content in the ZODB, what are my options in terms of automatically getting it out of there and into another DB or

[Zope] ignore

2000-09-12 Thread Matthew Burleigh
me -- - Matthew Burleigh - Systems Administrator, Digital Creations - publishers of Zope. - (888)344-4332 -- http://www.digicool.com - http://www.zope.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

[Zope] Backslash as line continuation in C (Unix)

2000-09-12 Thread Hung Jung Lu
Hi, This is a Unix C question. But since I am doing something that ultimately results in a Zope product, I might as well ask the question here. :) I am trying to build a third-party utility in Linux. I ran into troubles in the compilation process because of the usage of backslash \ as line

[Zope] ignore

2000-09-12 Thread Matthew Burleigh
-- - Matthew Burleigh - Systems Administrator, Digital Creations - publishers of Zope. - (888)344-4332 -- http://www.digicool.com - http://www.zope.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross

[Zope] ignore

2000-09-12 Thread Matthew Burleigh
me -- - Matthew Burleigh - Systems Administrator, Digital Creations - publishers of Zope. - (888)344-4332 -- http://www.digicool.com - http://www.zope.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No

Re: [Zope] Zope and the GPL poison pill

2000-09-12 Thread Andrew Kenneth Milton
I love the smell of napalm in the morning. -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Internet (Aust) Pty Ltd | F:+61 7 3870 4477 | ACN: 082 081 472 ABN: 83 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068

Re: [Zope-dev] Bug in OFS/Traversable.py

2000-09-12 Thread Chris Withers
David Alexander Ranvig wrote: The unrestrictedTraverse method creates a fake REQUEST "object" (really a dictionary) and sends this to a __bobo_traverse__. If this __bobo_traverse__ uses the object properties of the REQUEST object, or needs the real REQUEST object it will fail. I chuck that

Re: [Zope-dev] Custom dtml tag

2000-09-12 Thread Andy McKay
Hmm well ive found i have TemplateDict object and of course my self. Perhaps there is a pythonism I have to research here. - Original Message - From: "Andy McKay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 11, 2000 4:03 PM Subject: [Zope-dev] Custom dtml tag Im

Re: [Zope-dev] Custom dtml tag

2000-09-12 Thread Brett Carter
"Andy" == Andy McKay [EMAIL PROTECTED] writes: Andy - see the thread I started called 'Acqusition in a DTML tag' I have a similar question. -Brett Andy Hmm well ive found i have TemplateDict object and of Andy course my self. Perhaps there is a pythonism I have to Andy research

Re: [Zope-dev] Acquisition in a DTML Tag

2000-09-12 Thread Brett Carter
"Shane" == Shane Hathaway [EMAIL PROTECTED] writes: Shane Brett Carter wrote: "Brett" == Brett Carter [EMAIL PROTECTED] writes: Brett I've defined my own dtml tag (i.e. dtml-foo/dtml-foo) Brett and I am trying to look up an object depending on the Brett arguments

Re: [Zope-dev] Acquisition in a DTML Tag

2000-09-12 Thread Martijn Pieters
On Tue, Sep 12, 2000 at 10:57:57AM -0700, Brett Carter wrote: "Shane" == Shane Hathaway [EMAIL PROTECTED] writes: Shane Brett Carter wrote: "Brett" == Brett Carter [EMAIL PROTECTED] writes: Brett I've defined my own dtml tag (i.e. dtml-foo/dtml-foo) Brett and I

Re: [Zope-dev] Custom dtml tag

2000-09-12 Thread Martijn Pieters
On Tue, Sep 12, 2000 at 09:26:49AM -0700, Andy McKay wrote: Hmm well ive found i have TemplateDict object and of course my self. Perhaps there is a pythonism I have to research here. - Original Message - From: "Andy McKay" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday,

Re: [Zope-dev] Custom dtml tag

2000-09-12 Thread Andy McKay
I can see how this would be useful in a situation where I dont have an instance of self. But in this case I do, so Im not sure how this helps. I guess you're saying once I have self I can find out what called the function. More fiddling I guess. - Original Message - From: "Martijn

Re: [Zope-dev] Custom dtml tag

2000-09-12 Thread Brett Carter
Andy: here's what I've gleaned - in a dtml tag's render() method, you get passed in self and a template dict, in my example let's call it 'md'. md is essentially a stack/dictionaryish object of the *current* namespace - and one of the handy things that's always around in the namespace is the

Re: [Zope-dev] Custom dtml tag

2000-09-12 Thread Andy McKay
Really? Ive looked up this and get nothing (an attribute error actually) and its not in globals. If that would work that would be great - but a it certainly doesnt seem to on a standard DTMLDocument / Method. - Original Message - From: "Brett Carter" [EMAIL PROTECTED] To: "Andy McKay"

[Zope-dev] Zdebug not working with mailhost and PTK

2000-09-12 Thread James Johnson
I can't send mail using Zdebug and PTK latest versions. Here is the error. exceptions.TypeError Error value: len() of unsized object this part was highlighted as the problem dtml-sendmail mailhost="MailHost" Any suggestions? Get your Free E-mail at http://tacoma.zzn.com

  1   2   >