[Zope] Strange KeyError upon calling absolute_url

2000-10-30 Thread Morten W. Petersen
I've got a strange error here; whenever absolute_url is called, it is raised a KeyError exception, stating that SERVER_URL is missing.. (The traceback..) Traceback (innermost last): File /usr/local/Zope/lib/python/ZPublisher/Publish.py, line 222, in publish_module File /usr/local/Zope/lib/py

Re: [Zope] Almost Done.

2000-10-30 Thread Jason C. Leach
hi, Gave that a shot, no luck. I just dones nothing where as if I misspel the object ID it screams (so it's finding it). I can edit and View the object fine, just not call it. I'm running Zope/Zope 2.2.2 (source release, python 1.5.2, linux2) ZServer/1.1b1 on FreeBSD A j. ...

Re: [Zope] Almost Done.

2000-10-30 Thread Erik Enge
On Mon, 30 Oct 2000, Jason C. Leach wrote: > hi, Hi. > How do I get a TinyTable to display it's contents? > > All I find in the docs is and that does not > seem to work for me, unles I am lacking a tag? Try this: (and next time, post the error message, Zope version and OS you ar

[Zope] Almost Done.

2000-10-30 Thread Jason C. Leach
hi, So I'm almost done my first zope project. Pretty small. I must say, I have done in 4 lines of DTML what would have taken pages in ASP. How do I get a TinyTable to display it's contents? All I find in the docs is and that does not seem to work for me, unles I am lacking a tag? j.

Re: [Zope] meta type?

2000-10-30 Thread Erik Enge
On Mon, 30 Oct 2000, Jason C. Leach wrote: > Is that like 'Image' in the case of images, and Folder in the case of > folders? Yupp. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encodi

[Zope] meta type?

2000-10-30 Thread Jason C. Leach
hi, What is ment by a meta type? Is that like 'Image' in the case of images, and Folder in the case of folders? j. .. . Jason C. Leach ... University College of the Cariboo. .. ___ Zope maillist - [EMAIL PROTECTED] http:/

Re: [Zope] pluggable brains

2000-10-30 Thread Philipp Auersperg
I already found the answer myself:   one can only use ZClasses as pluggable brains that are NOT persistent!!   phil*** REPLY SEPARATOR ***On 31.10.2000 at 05:05 Philipp Auersperg wrote: For ZSQL Methods it is possible to bind a ZClass to the records.   These can be selec

[Zope] pluggable brains

2000-10-30 Thread Philipp Auersperg
For ZSQL Methods it is possible to bind a ZClass to the records.   These can be selected from te combo box labeled 'ZClass' in the 'advanced'  tab of the SQLMethod's management screen, but there is always listed just one ZClass.   My question: Why is there just one ZClass selectable, even if th

Re: [Zope] New kinds of problems

2000-10-30 Thread Bill Anderson
MANUEL JOSE AMADOR BRIZ wrote: > > Thanks, here are my two cents: > > Mini quick howto to connect to a sybase ASA/ASE: > > Get any 2.2 linux distro installed, except red hat 7 (compiler problems, it > WILL fail). Only if you didn't read the RELEASE-NOTES. Use kgcc, it is the same compiler as R

[Zope] Zope Book Beta

2000-10-30 Thread Michel Pelletier
Amos and I are gibbering like madmen with excitement to announce the Zope Book Beta. This is the complete, technical draft of the book with all screenshots (but minus illustrations, those are on there way!). Some other things like a colophon and information about the authors is missing. The bet

RE: [Zope] Zope & Apache/ProxyPass : environment variables

2000-10-30 Thread TFE WSD JARVIS JOHN
Yes, but you have to do in it a round about way. (Actually, I've seen mention of a patch to Apache that does this, but I don't think it's neccessary) Here's the setup I'm using: RewriteEngine On RewriteRule ^/Zope(.*) http://localhost:8080/$1?client_ip=%{REMOTE_ADDR} [QSA,L,P] RewriteRule ^/p_

Re: [Zope] My Items will not show themself in manage_main (objectItems)

2000-10-30 Thread Ender
Max M wrote: > > I have made a product that inherits: > "OFS.ObjectManager.ObjectManager" > and so should be able to contain other object. In python any object can be a container, the use of the ObjectManager assists in creating an api and ui for the container's management of objects. > I have

Re: [Zope] trapping login errors/exceptions

2000-10-30 Thread Henny van der Linde
Hi, - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Henny van der Linde" <[EMAIL PROTECTED]> Cc: "Zope mailing list" <[EMAIL PROTECTED]> Sent: Monday, October 30, 2000 11:50 AM Subject: Re: [Zope] trapping login errors/exceptions > Henny van der Linde wrote: > > Than

Re: [Zope] My Items will not show themself in manage_main (objectItems)

2000-10-30 Thread Andy McKay
> Why is this? is there any special methods or something that I need to create > for the Items to show up in "objectItems". Not from what I can remember. I would have to see your constructor for more info. Andy. ___ Zope maillist - [EMAIL PROTECTE

Re: [Zope] Fw: PythonLabs Team Moves to Digital Creations

2000-10-30 Thread Chris McDonough
Yes. Well... I did, anyway. :-) - Original Message - From: "Daryl Tester" <[EMAIL PROTECTED]> To: "Chris McDonough" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 30, 2000 4:23 PM Subject: Re: [Zope] Fw: PythonLabs Team Moves to Digital Creations > Chris McDonough w

[Zope] My Items will not show themself in manage_main (objectItems)

2000-10-30 Thread Max M
I have made a product that inherits: "OFS.ObjectManager.ObjectManager" and so should be able to contain other object. I have given the product a manage option: {'label':'Contents', 'action':'manage_main'} This is inherited from ObjectManager, To make it possible to add content to my product. But

Re: [Zope] Get file contents.

2000-10-30 Thread Jonothan Farr
For a File object, you want "str(ob.data)", where 'ob' is your File object. --jfarr - Original Message - From: "Jason C. Leach" <[EMAIL PROTECTED]> To: "Steve Spicklemire" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, October 29, 2000 5:56 PM Subject: Re: [Zope] Get file conte

[Zope] New kinds of problems

2000-10-30 Thread MANUEL JOSE AMADOR BRIZ
Thanks, here are my two cents: Mini quick howto to connect to a sybase ASA/ASE: Get any 2.2 linux distro installed, except red hat 7 (compiler problems, it WILL fail). GET from Sybase the RPMs called sybase-common and sybase-openclient, the latest versions. Install them. do a link from /opt

Re: [Zope] Fw: PythonLabs Team Moves to Digital Creations

2000-10-30 Thread Daryl Tester
Chris McDonough wrote: > Since it was a Friday, and > since we normally have "Jam Sessions" on Friday afternoons, so we had "Guido > Jam": we all got a chance to poke at him with questions and such and vice > versa. But did you get to chant "We're not worthy! We're not worthy!"? :-) -- Rega

[Zope] ExtensionClass peculiarity(was: [Zope-PTK] Multiple Inheritance and the Portal Base classes.) (was: [Zope-PTK] Multiple Inheritance and the Portal Base classes.)

2000-10-30 Thread Dieter Maurer
Steinar Rune Eriksen writes: > In other Python programs, calling Parent.__init__(self) works fine, but when > running through Zope in this context > > Error Type: TypeError > Error Value: unbound method must be called with class instance 1st argument Have a look at the "ExtensionClass" docum

Re: [Zope] How to display PDF files

2000-10-30 Thread Dieter Maurer
Alan Johnston writes: > One (apparently simple) thing I cannot find a way to do is link to a PDF > file. I believe that everything ZServer serves up must come from the Zope > Object Database (right? wrong?). You may use the products "LocalFS" or "ExternalFile" to access files inside the file s

Re: [Zope] Displaying Folder Contents.

2000-10-30 Thread Dieter Maurer
Jason C. Leach writes: > If I have a mail folder Projects, and in it Proj1, Proj2, ... I'd like to > pass the folder to an external method, and have the method get a list of > all the files inside (bla.jpg, bla_large.jpg). Can somone help w/ > fetching a list of the folder contents? Have a lo

[Zope] incorporating generated sub-websites within a Zope site

2000-10-30 Thread Fred Yankowski
I'm looking for suggestions about how to manage a Zope website that hosts some subsites created by tools outside of Zope. Here's the situation. I'm working on a community website (batavians.org) for a small city (Batavia, IL) where I want to allow various non-profit community organizations to m

[Zope] Zope & Apache/ProxyPass : environment variables

2000-10-30 Thread Aaron Straup Cope
Hi, Does anyone know if it is even *possible* to pass environment variables (specifically REMOTE_USER) to Zope when it is set up behind Apache/ProxyPass. I've looked around the list archives, and the Apache docs and tried a bunch of different configs but nothing works. I'm starting to wonder if

Re: [Zope] dtml-while

2000-10-30 Thread Dieter Maurer
Diego Rodrigo Neufert writes: > Why there isnt a dtml-while function in Zope? > How to implement it with dtml? > how to do a simple while x != y in dtml? Because the Zope developers feared infinite loops created by dumb users or malicious hackers in "through the web" content. For the same reaso

Re: [Zope] DCOracle + LOB

2000-10-30 Thread Andreas Jung
On Wed, Oct 18, 2000 at 02:11:05PM +0200, Francisco José Esteban Risueño wrote: > If you know what type of data are you storing in the lob column, you can > use dmbs_lob package in order to insert and retrive data from the > original format into de lob format. We are use this techique succesfully

Re: [Zope] ZopeTime Question

2000-10-30 Thread Dieter Maurer
Marcus Mendes writes: > Why the ZopeTime puts the differents values in the code bellow? > > > TimeMinutes())" capitalize> > > > > The first give me todays date; > the second give me the tomorrow date!! In earlier Zope versions, most methods of "DateTime" instances used loc

Re: [Zope] image attachments in dtml-sendmail and dtml-mime

2000-10-30 Thread Dieter Maurer
Matt writes: > > To: Feedback Recipient <[EMAIL PROTECTED]> > From: Zope Feedback Form <[EMAIL PROTECTED]> > Subject: Feedback from the web > > Feedback from : Matt > Comments: > > > "paris.data"> > > > You are aware, that the generated message is not MIME conformant? Y

Re: [Zope] Solaris,iPlanet,Oracle and Zope

2000-10-30 Thread Dieter Maurer
Hi Turhan, Welcome to the Zope community! Turhan Arun writes: > Now my problem is as > follows > I have to use > Zope Application Server on SUN > iPlanet Web Server > Oracle 8.1.6 Database server > Would you help me about configuring these? I am having problems and you are > my only sour

[Zope] Re: [Zope-dev] dtml-in with objects and an expression

2000-10-30 Thread Dieter Maurer
Guy Redwood writes: > I have a stack of objects called shcgbRallyDetails (details about > husky races). I want to display the next 3 races that are about to > close their entry submissions. eg display the next three rally > details where the closingdate is greater_or_equal to ZopeTime() >

Re: [Zope] again: install Zope under Solaris 8

2000-10-30 Thread Dieter Maurer
Jan-Thies Baehr writes: > Has anyone else > encountered problems installing Zope (in our case 2.2.2) under Solaris > 8? > Python is unable to import the ExtensionClass > > ImportError: ld.so.1: /usr/local/bin/python: fatal: relocation error: > file /mnt/disk2/homes/wklinik/Zo

Re: [Zope] normal result with acquisition?

2000-10-30 Thread Dieter Maurer
Tom Deprez writes: > Assume following : > > Folder1 > sql > show_abc > method_showdata > Folder2 > show_abc > > method_showdata has among it the following code : > > > > > > > > > > 1) When you call this function from Folder1 : show_abc

Re: [Zope] dtml document bug

2000-10-30 Thread Dieter Maurer
Dmitry Slusarchuk writes: > I'm new to Zope development but I have already encountered such a problem: > from dtml document generates the following: > Zope Error > Zope has encountered an error while publishing this resource. > > Error Type: AttributeError > Error Value: __call__ > >

Re: [Zope] Message exchange between distributed python code

2000-10-30 Thread Dieter Maurer
Alexander Limi writes: > I am currently writing some software in python that is spread over several > different computers. These small programs should be able to communicate > with each other and send messages that contain instructions between > themselves. You might be interested in "pyro" (P

Re: [Zope] PHP-Pages

2000-10-30 Thread andres
Check out my HOWTO: http://www.zope.org/Members/Mamey/PHP On Mon, Oct 30, 2000 at 02:19:49AM +0100, Vincent - D. Ertner wrote: > Hi Zope, > > I wondered, whether it's possible and sensible to have php-Pages > in Zope sites ... any thoughts and comments on this matter? > > Cheers, > > Vince >

[Zope] Paul comments on the PythonLabs Move

2000-10-30 Thread Michael Bernstein
Check out his comments here: http://weblogs.userland.com/zopeNewbies/discuss/msgReader$831 Cheers, Michael Bernstein. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Relat

Re: [Zope] Re: ZSybaseDA 2.00b2

2000-10-30 Thread Bill Anderson
> - Original Message - > From: Rudd-O DragonFear > To: DC Support List > Cc: [EMAIL PROTECTED] > Sent: Monday, October 30, 2000 10:21 AM > Subject: [Support] ZSybaseDA 2.00b2 > > Hey, > I've been having some kind of problems with this DA. Compiling and loading > (importing) sy_occ in pyt

Re: [Zope] Fw: PythonLabs Team Moves to Digital Creations

2000-10-30 Thread Andy McKay
Now theres an idea... ;-) - Original Message - From: "Chris McDonough" <[EMAIL PROTECTED]> To: "Jason Cunliffe" <[EMAIL PROTECTED]>; "Andy McKay" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 30, 2000 10:09 AM Subject: Re: [Zope] Fw: PythonLabs Team Moves to Digital Cr

Re: [Zope] How to display PDF files

2000-10-30 Thread Michael Bernstein
Alan Johnston wrote: > > At any rate, how do you get ZServer to > send a 'raw' PDF file to the browser so that the browser's Acrobat plug-in > can display it? I tried creating 'File' and 'Image' objects. That's > obviously not it. 'File' should work. Are you naming the 'File' object with a .pd

Re: [Zope] Fw: PythonLabs Team Moves to Digital Creations

2000-10-30 Thread Chris McDonough
This is right, although here it's also an excuse to drink Guiness. - Original Message - From: "Jason Cunliffe" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]>; "Chris McDonough" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, October 30, 2000 12:49 PM Subject: Re: [Zope

Re: [Zope] Fw: PythonLabs Team Moves to Digital Creations

2000-10-30 Thread Jason Cunliffe
- Original Message - From: Andy McKay <[EMAIL PROTECTED]> > Now I have to know, whats a "Jam Session"? I assume 'jam' session = creative improvisation based on experience and talent, as in Jazz.. Miles Davis, Thelonius Monk, John Coltrane, Louis Armstrong.. - Jason __

Re: [Zope] Fw: PythonLabs Team Moves to Digital Creations

2000-10-30 Thread Andy McKay
Now I have to know, whats a "Jam Session"? - Original Message - From: "Chris McDonough" <[EMAIL PROTECTED]> To: "Andy McKay" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, October 29, 2000 11:44 AM Subject: Re: [Zope] Fw: PythonLabs Team Moves to Digital Creations > This is w

[Zope] reload ?

2000-10-30 Thread Spicklemire, Jerry
Luc wonders: > is it possible to reload only a without reloading an = > entire page ??? > if yes, how?? The short answer is no. That is, unless you are willing to set up some sort of Java RMI process, or other complex solution, and pray that your audience has downloaded and enable, or a

Re: [Zope] How to display PDF files

2000-10-30 Thread Christopher J. Kucera
Alan Johnston wrote: > One (apparently simple) thing I cannot find a way to do is link to a PDF > file. I believe that everything ZServer serves up must come from the Zope > Object Database (right? wrong?). At any rate, how do you get ZServer to > send a 'raw' PDF file to the browser so that the

[Zope] How to display PDF files

2000-10-30 Thread Alan Johnston
I installed Zope for purposes of evaluation last week. I've been through the tutorial so I have minimal knowledge. One (apparently simple) thing I cannot find a way to do is link to a PDF file. I believe that everything ZServer serves up must come from the Zope Object Database (right? wrong?).

[Zope] Publish.py / publish hack

2000-10-30 Thread Pierre-Julien Grizel
Hi, I'm using Zope 2.2.2 and for some personal reasons I need to patch the publish function from Publish.py. I used the usual __init__.py straegy to patch ZPublisher : from MyModule import Mypublish import ZPublisher.Publish from ImageFile import ImageFile # Patch the original publish funct

Re: [Zope] ssl w/ modrewrite

2000-10-30 Thread Bill Welch
Please say what Port, Listen, and VirtualHost directives you have in place. I think that's really where the trouble. On Sun, 29 Oct 2000 [EMAIL PROTECTED] wrote: > but it works as typed in the server withour CRs.) I added modssl, but > when I go in on an https I get the original apache root page

Re: [Zope] siteaccess, hosting etc, sanity check

2000-10-30 Thread Michael Bernstein
Jonathan Cheyne wrote: > > my various settings ... > > NameVirtualHost 111.222.333.444 > > > ServerName www.red.com > ProxyPass / http://www.blue.com:8080/red > ProxyPassReverse / http://www.blue.com:8080/red > > > then in /red we have a siteroot with the following > > title: > base: h

[Zope] Re: ZSybaseDA 2.00b2

2000-10-30 Thread Chris McDonough
Hi, Don't know. :-) How won't Zope start? What does it do? Just return and not spit an error? Let's take this to the Zope mail list if you don't mind (I've cc'ed it). - Original Message - From: Rudd-O DragonFear To: DC Support List Cc: [EMAIL PROTECTED] Sent: Monday, October 30, 2000

RE: [Zope] PHP-Pages

2000-10-30 Thread peter bengtsson
I have also been able to do almost everything I do in PHP in Zope, just like yourself. One of the major problems with Zope is its lack of developers, this is not true for Perl or PHP. Not to bothered but "larger" companies might be. I haven't tested the available PHP How-Tos; is it possible to us

[Zope] Zope.org

2000-10-30 Thread brocken22
Hallo, have I missed something or why are there no news on the website.The last item was from the 18th of October.Also the mailing-list is not really busy.Any reason? -- Sent through GMX FreeMail - http://www.gmx.net ___ Zope maillist - [EMAIL PROT

Re: [Zope] PHP-Pages

2000-10-30 Thread Gregory Haley
hi vince, with the exception of xml parsing (i think it's doable though complicated), i don't think php offers anything that zope won't do. i've been writing dtml methods and documents that do everything i once did with php. imho (only). ciao! greg. > Hi Zope, > > I wondered, whether it's

Re: [Zope] Website develoment with CVS Zope?

2000-10-30 Thread Jimmie Houchin
Thanks for the reply. Chris Withers wrote: > > Jimmie Houchin wrote: > > I know because I will be developing and changing files in these > > directories but not via CVS that CVS will probably complain about the > > changes. Is this a problem? > > Depends, if you're changing Zope source files, t

Re: [Zope] Website develoment with CVS Zope?

2000-10-30 Thread Jimmie Houchin
Chris Withers wrote: > > Jimmie Houchin wrote: > > I know because I will be developing and changing files in these > > directories but not via CVS that CVS will probably complain about the > > changes. Is this a problem? > > Depends, if you're changing Zope source files, then you may get some

RE: [Zope] Verify Watermark.

2000-10-30 Thread Brian Lloyd
> In Zope2.1.6 there was a function called 'verify watermark' in module > Accesscontrol.User. > > This function seems to have gone in the 2.2.2 release. > My question: Is there any direct replacement for this method ? > Or at least a some kind of equivalent code ? verify_watermark was an int

Re: [Zope] Changing standard realm with SiteAccess2+Zope 2.2.1

2000-10-30 Thread Alexander Verhaar
--- In [EMAIL PROTECTED], "Stefan H. Holek" <[EMAIL PROTECTED]> wrote: > On Sun, 29 Oct 2000, Alexander Verhaar wrote: > > > I'm trying to change the standard realm with SiteAccess and a > > External Method. I still get the standard 'Zope' realm, while > > SiteAccess is pointing to the External Me

[Zope] Re: ZODBCDA 3.1.0b2 and Zope 2.2 as a Service on NT

2000-10-30 Thread Roland Schätzle
> I am having problems with Zope 2.2 and ZODBCDA 3.1.0b2. When I start Zope manually with the > start.bat my ZSQL methods work fine. > When I start Zope as a service, every ZSQL method returns a SQL error that states that the table I > am looking for does not exist. > Anybody out there know what

[Zope] Off-shore development

2000-10-30 Thread zarir
Hi Digital Creations, We are a software development company based in Pune - India whose experienced skill sets might be able to assist your on-going development efforts. Needless to say our high productivity and cost effectiveness are value additions that could prove invaluable to your operatio

Re: [Zope] Changing standard realm with SiteAccess2+Zope 2.2.1

2000-10-30 Thread Stefan H. Holek
On Sun, 29 Oct 2000, Alexander Verhaar wrote: > I'm trying to change the standard realm with SiteAccess and a > External Method. I still get the standard 'Zope' realm, while > SiteAccess is pointing to the External Method. What am i doing > wrong? > > Here below the external method i used: > >

[Zope] Login Manager problem

2000-10-30 Thread Luca Mearelli
Hello, I posted this some days ago on zope-ptk and zope-dev mailing list, but got no response, so I thought I've sent it to the wrong mailing list, here is waht happens, and a possible solution :-) I had a strange problem when trying out LoginManager v0.8.8b1 with the latest cvs Checkout (as o

[Zope] siteaccess, hosting etc, sanity check

2000-10-30 Thread Jonathan Cheyne
Hi all, just a bit further down my vhosting journey ... got apache ProxyPassing and siteaccess installed but something is missing. I type in my vhosted domain www.red.com which (correctly) goes straight to /red and shows the index_html contents *except* images which show broken. The source shows

[Zope] Multiple Inheritance and the Portal Base classes.

2000-10-30 Thread Steinar Rune Eriksen
Can anybody see why I get the following error ? I try to subclass DemoPortalBase and PortalObjectBase into a class CMyPortalBase which I again subclass with a Zope ZClass. It all works fine until I add another class in the inheritance list of CMyPortalBase.When I try to call its __init__ method w

Re: [Zope] using zope with MS FrontPage -- underscore in foldernames

2000-10-30 Thread Chris Withers
John Verzani wrote: > Is there some way short of renaming the > offending folders to do this. (also I'm not keen on LocalFS solutions > either.) You will probably need to rename them. LocalFS sounds like your best bet, what have you got against it? ;-) That said, even with LocalFS, you'll probabl

Re: [Zope] Securing ftp.

2000-10-30 Thread Chris Withers
"Jason C. Leach" wrote: > > I'd like to set up a ftp site so a specific client gets sent to a specific > folder when they log in, and they can not back out of that folder. That's not actually a question ;-) You might be able to do something usful with a SiteAccess Access Rule... cheers, Chris

Re: [Zope] Website develoment with CVS Zope?

2000-10-30 Thread Chris Withers
Jimmie Houchin wrote: > I know because I will be developing and changing files in these > directories but not via CVS that CVS will probably complain about the > changes. Is this a problem? Depends, if you're changing Zope source files, then you may get some merge conflicts, but there shouldn't b

Re: [Zope] Forbidding overrides?

2000-10-30 Thread Chris Withers
Cees de Groot wrote: > > Something I remember from my early Zope days that could be solved, but I > can't seem to find an answer: say I have a simple site where people can > do simple things within their folder. However, I want my banners/logo > whatever on their pages, so I've setup index_html t

Re: [Zope] trapping login errors/exceptions

2000-10-30 Thread Chris Withers
Henny van der Linde wrote: > Thanks. I already thought about using Loginmanager but we still use Zope > 2.1.6. Why? ;-) > I'm very commited, to and happy with Zope but I was amazed that you can't > trap Unauthorized exception like that. I'ts seems such a basic > functionality. Yeah, I totally a

RE: [Zope] Displaying Folder Contents.

2000-10-30 Thread Max M
If I have a mail folder Projects, and in it Proj1, Proj2, ... I'd like to pass the folder to an external method, and have the method get a list of all the files inside (bla.jpg, bla_large.jpg). Can somone help w/ fetching a list of the folder contents? Maybe this will work??? Untested.

[Zope] Verify Watermark.

2000-10-30 Thread Hannes Grund
In Zope2.1.6 there was a function called 'verify watermark' in module Accesscontrol.User. This function seems to have gone in the 2.2.2 release. My question: Is there any direct replacement for this method ? Or at least a some kind of equivalent code ? thanks in advance, Hannes __

Re: [Zope] load_site.py URL.

2000-10-30 Thread Oleg Broytmann
On Sat, 28 Oct 2000, Jason C. Leach wrote: > What does the load_site.py expect as a URL? URL to a Zope folder, where you wnat to upload your files/directories. the folder should exists before you start load_site.py. Oleg. Oleg Broytmannhttp://phd.pp.ru/[EMAI