Re: [Zope] Zope fails on large task?

2006-01-19 Thread David
roduct.com David I missed your fuller explanation. How big are the responses back to the client browsers? Is there a zope.conf directive that limits the size of responses to client browser? If you can get the size then you can try and duplicate with a very large HTML file. And send that as

Re: [Zope] NewBee, Do I have to code to do this?

2006-01-19 Thread David
are provided). c) you can obtain additional user information by calling your SQL tables with userID, eg obtain their phone, fax and socials - or right after authentication you can stuff the users details into SESSION. David David ___ Zope maillist - Zope

[Zope] Zope 2.7 with postgresql 8.1 anyone?

2006-01-17 Thread David
Is anyone using successfully Zope 2.7 with postgresql 8.1? Or any other version of Zope? What is your database adapter product? We're using Pyscopg (happily using 1.1x with Zope 2.7 and pg 7.3/4), but have problems getting it to work with either Psycopg 1.2x (protocol missmatch errors) or

Re: [Zope] Re: Handling login failures

2006-01-13 Thread David Hassalevris
add the amount of time needed to guess a password. So (slow Auth reponsies + tries) can approximate (fast Auth responses + alot more tries) David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts

[Zope] import error

2006-01-11 Thread David Bear
be? -- David BearWhat's the difference between private knowledge and public knowledge? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman

Re: [Zope] Multiple CookieCrumblers

2006-01-11 Thread David Hassalevris
assumed it applied to the authentication cookie). Have you, for example, considerered branching to different folders (one with all object caches set to no-cache) based on a user role? Can you give more detail? David Good luck! David Its an interesting idea, to cascade cookie crumblers - you

Re: [Zope] newbie dtml-in question objectValues

2006-01-10 Thread David H
Alric Aneron wrote: Hello, I am trying to find how to get the relative path of an object. If i do: dtml-in "objectValues('DTML Document')" dtml-var URLPATH0 /dtml-in URLPATH0 does not give me the relative path of the objects interated, but rather the path of the object doing the

Re: [Zope] Help me!

2006-01-09 Thread David H
) if context.REQUEST.SESSION['hasCredit']: return container.Images.macros['allImages'] else return container.Images.macros['someImages'] David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] CPU architecture and Zope

2006-01-09 Thread David H
favorite RDMS. Thanks, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo

Re: [Zope] Leave the ivory tower now!

2006-01-08 Thread David H
, in which case Zope 2 + DTML could fade into happy history.   Just my 1-1/2 cents.     Jonathan   - Origin Think about it:  we argue about Z Classes vs DTML vs ZPT + python scripts vs Products.  Its all good. Zope + 1   :-) David

Re: [Zope] Cookie Crumbler

2006-01-06 Thread David H
dtml-call "cookie_authentication.logout()" David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )

[Zope] migrating a zodb

2006-01-05 Thread David Bear
was thinking of just making a copy of my zodb file, removing the zope pkgs, then do a source install with python 2.3. Is the zodb file plug and play transferrable? Can I just copy the zodb into the a new zope instance and go?-- David BearWhat's the difference between private knowledge and public

Re: [Zope] Change object/role permissions w/ python?

2006-01-05 Thread David H
a better answer :-) a href="" tal:condition="python: request.get(releaseFlag,0)"some link /a or a href="" tal:condition="python: not request.get(releaseFlag,0)"some other link /a David ___ Zope maillist - Zo

Re: [Zope] Javascript obfuscator and Zope

2006-01-04 Thread David H
, and this should also be compared with the effect of compressing files while serving them. /JM Thanks Peter and Jean-Marc! I'll take a look at these. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross

Re: [Zope] Java vs Zope

2006-01-03 Thread David H
compare should be between developement platforms for each: e.g. Zope vs some java IDE. Lastly, I think Zope is more than capable of handling complex applications using external databases. I've not run into a single barrier doing this using Zope (other than fleeing braincells). All best, David

RE: [Zope] Java vs Zope

2006-01-03 Thread David Johnson
David - I am new to Zope, but I feel your assessment is correct. We have developed and deployed very large applications using PHP/C++, and are now looking to Zope to take us into the next stage. Python seems excellent at object orientation and neatness with minimal effort by the developer

RE: [Zope] Java vs Zope

2006-01-02 Thread David Johnson
and scalability, while providing mechanisms to include and deploy very custom and specific features in a standardized way. -Original Message- From: Andreas Jung [mailto:[EMAIL PROTECTED] Sent: Sunday, January 01, 2006 4:03 PM To: David Johnson; zope@zope.org Subject: Re: [Zope] Java vs

[Zope] Java vs Zope

2006-01-01 Thread David Johnson
Good afternoon. I am new to Zope and I am excited about its possibilities. We are an ASP and plan to use Zope to improve our development process. I see that many people use J2EE based environments. Does anyone understand why? Why would anyone use Java? What am I missing? We're ready to go

Re: [Zope] Help with Zope Python result object please!

2005-12-30 Thread David H
newResults = [] for r in resultset1: newResults.append( r ) for r in resultset2: newResults.append( r ) return newResults. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! *

[Zope] Javascript obfuscator and Zope

2005-12-29 Thread David H
Hi list, I am wondering if anyone is obfuscating JavaScript using a python script or product. I did some googling but nothing cropped up. Seems like a nice idea unless the realities of javascript obfuscation make the exercise pointless. Any thoughts? David

[Zope] python build errors

2005-12-28 Thread David Bear
test_winreg test_winsound 8 skips unexpected on linux2: test_dbm test_crypt test_gdbm test_rgbimg test_bsddb test_mpz test_audioop test_imageop make: *** [test] Error 1 I don't know why these would have failed. Would these failures be a problem for zope?-- David BearWhat's the difference between

Re: [Zope] Re: ZDaemon for wsgi server

2005-12-26 Thread David Pratt
will eventually use twisted wsgi server. Will Zope2 be going this direction as well or will this be a dead end with ZServer? Regards, David Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Pratt wrote: Hi I am looking at light wsgi servers to serve an app but want

Re: [Zope] Change ZSQLMethod connection id

2005-12-23 Thread David H
- HTH, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )

[Zope] ZDaemon for wsgi server

2005-12-20 Thread David Pratt
logging as as well and I would not have to potentially write the threading code. If this is reasonable, can someone give me a basic outline for doing this. I am interested in running the wsgiserver locally. Many thanks. Regards, David ___ Zope maillist

Re: [Zope] Re: [Zope-dev] Re: sessions in the presence of conflicts

2005-12-19 Thread David H
this connect to your primary issue: *conflicts* is not clear to me. :-\ David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman

Re: [Zope] Re: [Zope-dev] Re: sessions in the presence of conflicts

2005-12-19 Thread David H
a downside because one cannot set a _p_changed attribute and so must rely on the assignment paradigm. Perhaps the interface should be in a Product or External Method which is less constrained. Anyhow, David, thanks for the assist. On Mon, 19 Dec 2005, David H wrote: Dennis Allison wrote

[Zope] zyncer 0.7.0?

2005-12-17 Thread David H
? All best, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] zyncer 0.7.0?

2005-12-17 Thread David H
Alan Milligan wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David H wrote: Hi List, I downloaded zsyncer-0.7.0 and am having problems. Its not working for me and it no longer displays prompts for destination password and user name when clicking its edit tab. Anyone

Re: [Zope] List within a list - how to use in a page template

2005-12-14 Thread David H
David H wrote: Paul Winkler wrote: On Wed, Dec 14, 2005 at 06:06:21PM +1300, Cameron Beattie wrote: I am trying to get my head around representing a list in a page template. Assume the following list: m

Re: [Zope] sessions in the presence of conflicts

2005-12-14 Thread David H
raises an exception. That type of thing. HappySession does not read/write to zodb (if I recall it stores session data in RAM (session) cookies). I just do not know if its otherwise up to your requirements. All best, David ___ Zope maillist - Zope

Re: [Zope] Unauthorized exception when trying to access a list item

2005-12-14 Thread David H
'? David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )

Re: [Zope] List within a list - how to use in a page template

2005-12-13 Thread David H
, 1, 6, 0], [61282125379L, 1, 6, 0], [61282825240L, 6, 6, 0]]tal:repeat="r1 res" 3) tal:span tal:repeat = "r2 r1" 4) tal:condition="python: repeat.r2.number in (1,2,4)" 5) tal:content="r2" 6) /tal:span Where 4 is not brain dead as in my exa

Re: [Zope] Simple User Folder Setup

2005-12-12 Thread David H
Read the readme.txt to find out what that method needs to take as parameters and what it needs to do. cheers, Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk And SUF deserves enjoying. Its simple, clean and to t

Re: [Zope] Re: live dtml updating?

2005-12-11 Thread David H
javascript to give a document.someform.someInput.style the ID of an existing CSS style maybe onBlur Not sure if it will do it all but its a place to look as well. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] Re: live dtml updating?

2005-12-11 Thread David H
David H wrote: Jonathan wrote: This is client side processing (could be done via repetitive calls to the server, but very inefficient), so you want a javascript-type of solution. Not a zope solution. Trying googling 'javascript dynamic lists'... it should get you going in the right

Re: [Zope] Simple User Folder Setup

2005-12-09 Thread David H
serDetails, getUserName, etc) are either in the folder or acquirable by the folder that you drop a Simple User Folder object in. HTH, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTM

Re: [Zope] ZSQL batching with dtml-in

2005-12-08 Thread David H
can experiment. You can use the advanced tab to tell zSqL methods how many data records to download per get and how many to cache. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Install Zope

2005-12-07 Thread David H
. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )

[Zope] oddity with zope and webdav

2005-12-05 Thread David Bear
prefer to have all things go through fastcgi but I understand the trend is to use proxy-pass ) -- David BearWhat's the difference between private knowledge and public knowledge? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] [ANN] TextIndexNG 3.1.1 released

2005-12-03 Thread David Pratt
broader than just postgres. If so, can the display of results be ranked and the output highly customized. Many thanks. Regards, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

Re: [Zope] Re: Zope's Webdav port for RESTful web service

2005-11-28 Thread David Pratt
for this which is reason for possible use of webdav port instead of regular port. Regards, David On Monday, November 28, 2005, at 09:26 AM, Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Pratt wrote: Hi Tino. Here are a couple of links that describe it. Boils down

[Zope] Zope's Webdav port for RESTful web service

2005-11-26 Thread David Pratt
but it is a Zope3 implementation. Many thanks. Regards, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce

Re: [Zope] Zope's Webdav port for RESTful web service

2005-11-26 Thread David Pratt
-demo.htm http://www.xml.com/pub/a/2004/12/01/restful-web.html http://www.xml.com/pub/a/2005/08/17/restful-web.html http://www.xml.com/pub/a/2005/11/02/rest-on-rails.html http://hinchcliffe.org/archive/2005/02/12/171.aspx Regards, David On Saturday, November 26, 2005, at 09:26 PM, Tino Wildenhain

[Zope] EMBED ... problem

2005-11-21 Thread David De Maeyer
complaining about that tag. Therefore a simple question: how do we get Zope to properly deal with this EMBED tag again? Is it is a configuration problem? Any idea? Regards David De Maeyer

Re: [Zope] EMBED ... problem

2005-11-21 Thread David De Maeyer
of admin.mysite.com. I must have missed something here... Two things: somebody succeeded in placing a dynamic tag embed a page but the Edit form won't allow us to modify that page because such a dynamic tag seems not to be allowed... Weird... Regards David

Re: [Zope] Zope 2.8.4 compilation error

2005-11-15 Thread David H
. Gustavo, Did you download the full (developers) version of python from python.org? If not you'll need to to compile Zope. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding

[Zope] ssh tunnelling webdave

2005-11-14 Thread David Bear
would be greatly appreciated. -- David BearWhat's the difference between private knowledge and public knowledge? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

[Zope] Z2.log question

2005-11-07 Thread David
Hi What environment or REQUEST variable is used for the Z2.log as the username? We are using Zope 2.7 and since we have switched to XUF (w cookies), the Z2.log does not record the username for a request any longer. Or more precise, it displays any user logged in via a XUF user folder as

Re: [Zope] question about stopping acquisition in VHM sites?

2005-10-27 Thread David H
defined? BTW, im curious - how does Zope 3 otherwise solve this? David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] help - my zope build exits with compile errors :-(

2005-10-27 Thread David H
!) Any help/suggestion would be much appreciated, Tom P.S. I'm trying to build this under Solaris 9 using gcc 3.3.2. Thomas, I seem to recall something like this. I think the path + file name for sISO_8859_1_Splitter.o is *too long* for the extractor. David

[Zope] SQLOS, Zope2 and Five

2005-10-25 Thread David Pratt
to SQL with SQLObject and SQLOS. Can anyone comment about what the new bundle of Zope2 and Five will bring to the table this way. Will SQLOS approach be possible with form generation using Zope schema with these new releases. Many thanks David

[Zope] Linux/unix preferences question

2005-10-22 Thread David H
Hi List, I want to soon move from Windox XP to Linux or Unix (intel/amd) for my Zope projects. Just wondering if users experienced with these can recommend versions (freeBSD?, SuSe?, Red Hat? etc) that plays well with Zope and those to avoid. Thanks, David

Re: [Zope] selected in select lists

2005-10-14 Thread David H
came up a few months ago and you might google for it. David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce

Re: [Zope] error trying to import smtplib (unauthorized)

2005-10-13 Thread David Convent
Python scripts are run in a restricted environment, move your code to either an external method or a python zope product built on the filesystem Nicolas Georgakopoulos wrote: Trying to execute the following code from a python script from smtplib import SMTP from email.MIMEText import

RE: [Zope] reading zope.config file for ClientStorage

2005-10-11 Thread Mika, David P (Research)
OK, the opts object really did have everything loaded. On careful inspection the opts.configroot has an attribute databases with a list of Zope.Startup.datatypes.ZopeDatabase instances. I can do what I originally set out to do which was to open a ZEO.ClientStorage configured from the

RE: [Zope] reading zope.config file for ClientStorage

2005-10-10 Thread Mika, David P (Research)
more ideas? Dave -Original Message- From: Chris Withers [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 8:57 AM To: Mika, David P (Research) Cc: zope@zope.org Subject: Re: [Zope] reading zope.config file for ClientStorage Mika, David P (Research) wrote: To initialize ZEO clients

[Zope] reading zope.config file for ClientStorage

2005-10-07 Thread Mika, David P (Research)
=self.config.password, realm=self.config.realm) here BaseConfig has that bit of magic that has self.config. I guess I need to know how to instantiate this class. Any ideas? David P. Mika ___ Zope maillist - Zope@zope.org http://mail.zope.org

Re: [Zope] Presentations Available

2005-10-04 Thread David Cake
At 8:11 PM -0700 3/10/05, Bill Campbell wrote: On Mon, Oct 03, 2005, David H wrote: Thanks Bill, I saw that in a few google hits but ... I figured that if a fair population wants to view the presentations then the files should be in a universal format - like pdf or rtf. Its

RE: [Zope] ZEO client authentication

2005-10-04 Thread Mika, David P (Research)
Of Sascha Ottolski Sent: Monday, October 03, 2005 11:40 AM To: zope@zope.org Subject: Re: [Zope] ZEO client authentication Am Montag, 3. Oktober 2005 14:44 schrieb Mika, David P (Research): I see that ZEO supports a simple digest authenitcation of clients and that this is set in the zeo's config

[Zope] ZEO client authentication

2005-10-03 Thread Mika, David P (Research)
I see that ZEO supports a simple digest authenitcation of clients and that this is set in the zeo's config file with the keys: authentication-protocol, authentication-database and authentication-realm. Further, I can see that a client can connect using e.g. ZEO.ClientStorage with arguments for

Re: [Zope] Presentations Available

2005-10-03 Thread David H
presentation files have a .sxi file extension. Anyway to convert to something like pdfs? David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org

Re: [Zope] Presentations Available

2005-10-03 Thread David H
to google and download new apps just to be able to read them? All best, David Bill Campbell wrote: On Mon, Oct 03, 2005, David H wrote: Chris Withers wrote: Hi All, I finally got around to putting all my presentations online from the conferences over the last few years

Re: [Zope] External Method Working Directory?

2005-09-28 Thread David Hassalevris
() theFile.close() os.remove(tmpFile2) I think this may depreciated but do a google on python tempfile and you can use the updated modules if they apply to your issue. David jwithers wrote: Folks, I have an external method that at this point is made up of nothing but os.getcwd

Re: [Zope] securing webdav

2005-09-24 Thread David Pratt
accounts is not something I favor. I am looking for either for a proper zope solution or a way of using the apache proxy to accomplish this. David is right, I have also seen very little about securing webdav outside of ZServerSSL and m2crypto. Anyone happy with the results? I am not even

Re: [Zope] SQL query in ZSQLMethod

2005-09-24 Thread David H
How do you want to change this notation? What is it you want to do?  Please spend as much time writing a question as someone may in answering it! You do not want logic in your zsql methods. I tend to use python scripts for branching logic, eg # python script request = context.REQUEST if

[Zope] filesystem directory view

2005-09-23 Thread David Bear
in zodb.-- David BearWhat's the difference between private knowledge and public knowledge? ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman

[Zope] securing webdav

2005-09-23 Thread David Bear
I run zope in back of apache, and let apache handle tls/ssl. In all the searching on zope.org though I haven't found any documents on how to let apache handle securing webdav for zope as well. Anyone see/written such?-- David BearWhat's the difference between private knowledge and public

Re: [Zope] filesystem directory view

2005-09-23 Thread David Pratt
Hi David. I would recommend at the blob product. I have been using it with success in CMF. I would consider it a starting point for where you may want to take it. If you are looking for something already developed and ready to go, I would recommend ATManagedFile from Enfold if you plan on using

Re: [Zope] securing webdav

2005-09-23 Thread David Pratt
Hi Tino. Over HTTP is not the problem. It is more on normally https you are rewriting your requests to port 443 with apache proxy and your usual webdav server is port 1980 that is not secure. I am in the same boat as David. I haven't got my webdav running securely at this point either

Re: [Zope] How to create an ansynchronous method

2005-09-23 Thread David Pratt
product. Regards, David On Friday, September 23, 2005, at 05:33 PM, Chris Withers wrote: Hi David, Just a note in passing to say that what you're really after in this case is Gary Poster's ZASync. Gary's talked to me about getting Stepper (which is basically batch processing triggered via

Re: [Zope] Multiple ZODB for virtual hosts with ZEO

2005-09-23 Thread David Pratt
. Regards, David On Friday, September 23, 2005, at 02:03 PM, Dieter Maurer wrote: David Pratt wrote at 2005-9-22 17:50 -0300: ... I am interested in what you might recommend when you are dealing with a number of virtual sites of the smaller zodb scale since this is really the issue I am

Re: [Zope] Multiple ZODB for virtual hosts with ZEO

2005-09-22 Thread David Pratt
with a number of virtual sites of the smaller zodb scale since this is really the issue I am attempting to solve. I definitely like the features ZEO has to offer as far as asynchronous maintenance, etc. Regards, David ___ Zope maillist - Zope

Re: [Zope] Multiple ZODB for virtual hosts with ZEO

2005-09-21 Thread David Pratt
just trying to determine the sanity of doing it. I see also with this possible arrangement I could move a zodb out into its own ZEO server and ZEO client situation if it was needed. Many thanks. Regards, David On Tuesday, September 20, 2005, at 02:23 PM, Dieter Maurer wrote: You can do

Re: [Zope] Multiple databases/instances

2005-09-21 Thread David Pratt
a one to one ZEO server instance to zodb would not be so great on RAM resources of the server and in my opinion would be like using a cannon when you may only need a slingshot. Regards, David On Tuesday, September 20, 2005, at 03:36 PM, Eric Wohnlich wrote: I'm working on the scalability aspect

Re: [Zope] how to programmatically control zope?

2005-09-21 Thread David Pratt
method / daemon gets signal to run if not already running, job gets added to queue and jobs run queue is empty (then daemon goes to sleep). Regards, David On Wednesday, September 21, 2005, at 10:13 AM, bruno modulix wrote: David Pratt wrote: Hi. This discussion has really helped me with my

Re: [Zope] Text field and module import questions

2005-09-18 Thread David Pratt
Python since I recall this coming up before. From my perspective, the security measures in Zope are there to help you create secure applications. You can query the archives of this list at: http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/zope-List Regards, David Also, I have a python

[Zope] Multiple ZODB for virtual hosts with ZEO

2005-09-17 Thread David Pratt
thanks. Regards, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] how to programmatically control zope?

2005-09-16 Thread David Pratt
was successful. I am just setting up ZEO for first time today. I am anxious to give something like this a try. Many thanks. Regards, David On Friday, September 16, 2005, at 12:28 PM, Paul Winkler wrote: cd MyInstanceHome ../bin/zeoctl start # ZEO is now running in the background. ../bin/zopectl

Re: [Zope] Problem with Photo Folder

2005-09-13 Thread David
On 12 Sep 2005, at 18:45, Peter Bengtsson wrote:Just checking... sure you've got sufficient hardrive space? Yes, unless 3 Gigs (on a SCSI RAID) is not enough for these kind of things.Cheers___ Zope maillist - Zope@zope.org

[Zope] How to create an ansynchronous method

2005-09-13 Thread David Pratt
waiting for one. What steps could I take to make this an ansynchronous process? Also wanted to confirm whether an asynchronous process would free the thread and how one can determine whether a thread has been released. Many thanks. Regards, David

Re: [Zope] How to create an ansynchronous method

2005-09-13 Thread David Pratt
product called Stepper. I am not sure it this is for this type of situation or more for cronned maintenance. I want to be able to initiate the process right away but asynchronously from the main zope threads. Regards, David On Tuesday, September 13, 2005, at 06:05 PM, Ron Bickers wrote

Re: [Zope] How to create an ansynchronous method

2005-09-13 Thread David Pratt
to inject them into Zope another way since the daemon is on the machine. I think the ClockServer injects requests into Zope. I believe it is something similar since credentials still need to be in url to execute something but requests are not exposed to the web doing this. Regards, David

Re: [Zope] Strange warning after removing products

2005-09-10 Thread David Pratt
doing translation with Five. PTS does not uninstall cleanly at all and I think many more people are going to experience this same trouble as they look to the services of Five. Regards, David On Saturday, September 10, 2005, at 04:18 PM, Martin Koekenberg wrote: Hello, These were all products

Re: [Zope] Using Structured Text and HTML-quote together for RSS 2.0

2005-09-09 Thread David H
onvert. I waited for the next project to go all ZPT (except with some CSS handling). I'm waiting for my next project to go all Zope 3 and I can't wait. :-) All best, David Jonathan Cyr wrote: Dude, I appreciate the amount of effort that you contribute to the community... but that s

[Zope] SQLObject and Zope2

2005-08-29 Thread David Pratt
I would like to use SQLObject module from Ian Bicking in Zope2. Has anyone any thoughts on how it could be used and still work with adapters and zope transactions. If I could handle sql this way, there is very little effort in moving the code to Zope3 afterwards. Regards David

Re: [Zope] dtml-if

2005-08-28 Thread David Siedband
Try calling id then comparing it. dtml-if id()==last this one! /dtml-if -- David On Aug 28, 2005, at 7:19 PM, michael wrote: Thanks for your reply, that is half way there, I want to compare two variables though. where as 'my page' is constant, and hard coded in. someone's gotta know

Re: [Zope] Random Module

2005-08-25 Thread David Siedband
the importable functions... -- David On Aug 25, 2005, at 10:36 AM, Sam Boggess wrote: Why won't Zope let me call the random module? It's really annoying to have to write an external method to call such a simple tool. Is there a way around this? Thanks

[Zope] ZTUtils TabindexIterator class

2005-08-24 Thread David Pratt
): self.iter = seq.__iter__() def next(self): try: next = self.iter.next() return next except StopIteration: raise 'Tabindex iterator exhausted.' Regards, David

Re: [Zope] Workflow question

2005-08-22 Thread David Pratt
Hi Dieter. On Monday, August 22, 2005, at 01:45 PM, Dieter Maurer wrote: David Pratt wrote at 2005-8-21 23:43 -0300: ... # Catch put in traversal def __bobo_traverse__(self, REQUEST): method=REQUEST.get('REQUEST_METHOD', 'GET') if method == 'PUT

Re: [Zope] Workflow question

2005-08-21 Thread David Pratt
) # ob = self.__parent__._getOb(name) # ob.PUT(REQUEST, RESPONSE) RESPONSE.setStatus(201) RESPONSE.setBody('') return RESPONSE On Sunday, August 21, 2005, at 05:58 PM, Dieter Maurer wrote: David Pratt

[Zope] Workflow automatic trigger from FTP (PUT) (was Workflow Problem)

2005-08-19 Thread David Pratt
and before FTP transaction is complete. So I would likely have to cron a process to clean up the folder (which is undesirable). Regards, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Workflow question

2005-08-19 Thread David Pratt
. When you say another auxillary object, what kind of object is this so I understand a bit better? In anycase, I'll get going on making the type so I can look at this part with something that is ready to go. Regards David I would approach this task by means of a specialized folder (say some

Re: [Zope] Workflow question - sort of solved

2005-08-18 Thread David Pratt
variable and the transaction completes on PUT and no more 426 Error. Yay! I am not sure if there is any other way to go but interested if there is a better solution. Regards, David On Wednesday, August 17, 2005, at 06:08 PM, David Pratt wrote: Hi Dieter. Many thanks for your reply. The place in my

Re: [Zope] Workflow question - additional information

2005-08-17 Thread David Pratt
it? Regards, David On Wednesday, August 17, 2005, at 12:13 AM, David Pratt wrote: I created a workflow for my images so that they would be processed as soon as they are transferred into a specific directory. It works fine when I cut and paste images to the directory it acts on but when I FTP

[Zope] Moving Document Library Product

2005-08-17 Thread David
Hi I have problems moving Document Library instances. I get errors. The entire ZODB is 300MBs and the volume has more then 3Gigs free space. The problem occurs when trying to paste [I/O Error: not enough space on the device] the library (copy command seems to work) or import (export

Re: [Zope] Workflow question

2005-08-17 Thread David Pratt
- no errors. Only generates errors when workflow is attached to type it acts on and then 426 error appears. Regards, David On Wednesday, August 17, 2005, at 05:07 PM, Dieter Maurer wrote: David Pratt wrote at 2005-8-17 00:13 -0300: ... but when I FTP my images to this directory it fails giving

[Zope] Workflow question

2005-08-16 Thread David Pratt
to ensure the image is completely available before the workflow tries to use it. I want to avoid any kind of cron process in a big way as well. Many thanks, Regards, David ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] FS based product and image replacement

2005-08-12 Thread David Pratt
to give you the full image path the css that is rendered. Hope this helps. Regards, David On Friday, August 12, 2005, at 06:45 AM, Nicholas Wieland wrote: Hi *, I'm trying to use image replacement in a FS product, but unfortunately I'm not able to catch the image on the FS (a simple gif

Re: [Zope] FS based product and image replacement

2005-08-12 Thread David Pratt
Well I think for plain zope there is a skinned folder (or similar named) implementation to apply the same approach except no CMF overhead. I think you could find it on zope.org or google around for it. Regards, David On Friday, August 12, 2005, at 10:13 AM, Nicholas Wieland wrote: Sorry

Re: [Zope] BTree Folders questions

2005-08-11 Thread David Pratt
This is really super, Jens! This is what I was hoping. Many thanks for your help and suggestions. Regards, David In CMF-HEAD, which depends on Zope 2.8 and thus guarantees the availability of BTreeFolder2, it is an oversight that CMFBTreeFolder is not one of the automatically installed

<    1   2   3   4   5   6   7   8   9   10   >