Re: [Zope3-Users] Newbie

2006-03-29 Thread Jonathan
oblem with zope 3 svn. I'm also wondering if anyone has used AJAX, if so which way would you advise me to go ? Is there a simple way to send httprequests to zope, is there a recommended AJAX package (JSON, sarissa, ...). This may give you some ideas... http://www.zope.org/Members/ree/jsonser

Re: [Zope3-Users] Two content objects' simultaneous adding

2006-05-20 Thread Jonathan
ats square as if it were a python dictionary (not an object, which it is!) I think you need Square() to create a dictionary item within the object it returns and then access the list item by: square.compList['Comp1'] = company Just a guess... Jonathan

Re: [Zope3-Users] Again unicode problem (in configure.zcml)

2006-05-30 Thread Jonathan
his one, it complains about the next one. Just a guess, but have a look at the lines before this one: If it is still complaining when you remove that section, then something is pooched earlier on. Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] AJAX (was Uploading files)

2006-06-01 Thread Jonathan
, for example. I certainly would not use JSON for this task. Regards, Stephan Just curious... what is it about AJAX that you hate? The implementation? The concept? Something else? Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http

Re: [Zope3-Users] execute script from as root user

2006-06-07 Thread Jonathan
. For example I want to save a file with the following content: #! /bin/sh ls I want to open this file and run the content as the root user Have a look at the linux su and sudo commands (you could embed this before the 'ls' command i

Re: [Zope3-Users] zodb data recovery

2006-07-18 Thread Jonathan
e their own folder 'tree-structure' eg. root - virtualWebSite1folder - virtualWebSite1subfolder... - virtualWebSite2folder - virtualWebSite2subfolder... - virtualWebSite3Folder - virtualWebSite3subfolder... you can export/import a single folder instead of the

Re: [Zope3-Users] zodb data recovery

2006-07-19 Thread Jonathan
- Original Message - From: "Pete Taylor" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 18, 2006 11:20 PM Subject: Re: [Zope3-Users] zodb data recovery Jonathan, Thanks for the input... is there somewhere you can po

Re: [Zope3-Users] Zope 3 SSL

2006-08-23 Thread Jonathan
istens on port 8080, so if you follow the instructions for installing apache with zope 2 (which also listens on port 8080) you should be okay (i think/hope!). Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Adding another "special" traversal component type

2006-09-20 Thread Jonathan
th a rewrite rule (no zope patching required at all!) Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] best practice for serving static content by front-endwebserver?

2007-01-13 Thread Jonathan
ront of zope then Apache's caching may be of some assistance (you could look into Apache's mod_cache, mod_disk_cache and mod_mem_cache modules). Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Will zope server crash when uploading huge files inthe same time?

2007-02-06 Thread Jonathan
- Original Message - From: "Stephan Richter" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 06, 2007 12:05 PM Subject: Re: [Zope3-Users] Will zope server crash when uploading huge files inthe same time? On Tuesday 06 February 2007 12:00, Alex Cheng wrote: I design to use zope as

Re: [Zope3-Users] Will zope server crash when uploading huge files inthe same time?

2007-02-06 Thread Jonathan
- Original Message - From: "Stephan Richter" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, February 06, 2007 1:11 PM Subject: Re: [Zope3-Users] Will zope server crash when uploading huge files inthe same time? O

Re: [Zope3-Users] Will zope server crash when uploading huge filesinthe same time?

2007-02-06 Thread Jonathan
- Original Message - From: "Paul Winkler" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 06, 2007 1:54 PM Subject: Re: [Zope3-Users] Will zope server crash when uploading huge filesinthe same time? On Tue, Feb 06, 2007 at 01:29:36PM -0500, Jonathan wrote: Tha

Re: [Zope3-Users] Will zope server crash when uploading huge filesinthe same time?

2007-02-06 Thread Jonathan
- Original Message - From: "Maciej Wisniowski" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: "Paul Winkler" <[EMAIL PROTECTED]>; Sent: Tuesday, February 06, 2007 3:22 PM Subject: Re: [Zope3-Users] Will zope server crash wh

Re: [Zope3-Users] Infrastructure Requirements?

2007-02-16 Thread Jonathan
etermine what a single server can handle with your application. Then ask the 'marketing/sales' guys for user projections (total users, simultaneous users). Then you will have a rough idea of what you need (rough being the operative word: you may need to look at load balancing, sepa

Re: [Zope3-Users] Infrastructure Requirements?

2007-02-16 Thread Jonathan
te nicely. :) Do you mean "four instances on a box with 4 cpus" or "4 instances on a box with 2 cpus, where each CPU has a dual core"? ie. has anyone tried running 2 instances of zope on a dual-core cpu? If so, how did it perform? Jonathan __

Re: [Zope3-Users] Infrastructure Requirements?

2007-02-16 Thread Jonathan
- Original Message - From: "Benji York" <[EMAIL PROTECTED]> Jonathan wrote: From: "Benji York" <[EMAIL PROTECTED]> Four instances on a four core box works quite nicely. :) Do you mean "four instances on a box with 4 cpus" or "4 inst

[Zope3-Users] Web Component Development with Zope 3 (2nd edition)

2007-02-28 Thread Jonathan
For whoever may be interested... Amazon.com is finally shipping the second edition of Philipp's book (ordered Dec 6/06, shipped on Feb 24/07, arrived today!) Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zop

Re: [Zope3-Users] Web Component Development with Zope 3 (2nd edition)

2007-03-02 Thread Jonathan
- Original Message - From: "Weisglass Ofer" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Friday, March 02, 2007 12:13 PM Subject: Re: [Zope3-Users] Web Component Development with Zope 3 (2nd edition) Hay Jonathan Do yo

Re: [Zope3-Users] Disable raw directive in restructured text

2007-03-15 Thread Jonathan
y, pass an additional arguement to convToHTML which is a flag that tells the routine whether or not to strip the raw command from the passed text string before processing it. Seems simple, but i don't use ReST so maybe i am missing something... Jonathan

Re: [Zope3-Users] Disable raw directive in restructured text

2007-03-15 Thread Jonathan
- Original Message - From: "Florian Lindner" <[EMAIL PROTECTED]> To: Cc: "Jonathan" <[EMAIL PROTECTED]> Sent: Thursday, March 15, 2007 4:56 PM Subject: Re: [Zope3-Users] Disable raw directive in restructured text Am Donnerstag, 15. März 2007 21:14 s

Re: [Zope3-Users] Re: Is DTML Deprecated In Zope3?

2007-03-20 Thread Jonathan
- Original Message - From: "Philipp von Weitershausen" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 20, 2007 9:19 PM Subject: [Zope3-Users] Re: Is DTML Deprecated In Zope3? Mark, Jonathan (Integic) wrote: Phillip says in his book not to use DTML any more. Where?

Re: [Zope3-Users] Blog naming proposals

2007-05-28 Thread Jonathan
w about "Blather"? Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Blog naming proposals

2007-05-28 Thread Jonathan
- Original Message - From: "Cripps" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: "Florian Lindner" <[EMAIL PROTECTED]>; Sent: Monday, May 28, 2007 1:12 PM Subject: Re: [Zope3-Users] Blog naming proposals blathers pret

Re: [Zope3-Users] Some SOAP-Zope questions!

2007-08-02 Thread Jonathan
pe2 environment, too? When not is it possible to integrate it in Five? I don't know anything about the zope soap implementation, but here is some info on a python implementation: http://www.diveintopython.org/soap_web_services/index.html http://pywebsvcs.sourceforge.net/ http://www.xmeth

Re: [Zope3-Users] Authentication without cookies

2008-04-14 Thread Jonathan
kie support. Hermann, as a test you could try setting a cookie, do an http redirect and see if your cookie is accessible. Jonathan ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] How to debug a MemoryError

2008-05-15 Thread Jonathan
al method?). Have you tried accessing the Data.fs file directly (ie. make a copy of your Data.fs file and write a stand-alone python routine to pull the objects out and write them to the filesystem)? Doesn't really answer your question, but it removes the Zope serve

Re: [Zope3-Users] How to debug a MemoryError

2008-05-15 Thread Jonathan
- Original Message - From: "Encolpe Degoute" <[EMAIL PROTECTED]> To: Sent: Thursday, May 15, 2008 2:34 PM Subject: Re: [Zope3-Users] How to debug a MemoryError 2008/5/15 Jonathan <[EMAIL PROTECTED]>: "Encolpe Degoute" <[EMAIL PROTECTED]

Re: [Zope3-Users] SVG files

2010-08-09 Thread Jonathan (dev101)
temporary image storage). HTH Jonathan ___ Zope3-users mailing list Zope3-users@zope.org https://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Configure.zcml In Hello World Video On WorldCookery.Com Doesn't Work

2007-02-16 Thread Mark, Jonathan (Integic)
Here is my configure.zcml file, which is identical to the one Paul Everitt says to write: http://namespaces.zope.org/browser";> and here is the error message that I get when I reboot the Zope 3.3 server on Windows XP: ConfigurationError: ('Invalid value for', 'for', 'ImportError: Modul

[Zope3-Users] Does Killing The Zope Server Kill Zope?

2007-03-15 Thread Mark, Jonathan (Integic)
Zope 3.3 was running on port 8080 on Linux. Instead of using webserver.py stop to kill the server I ran netstat -nlp. It showed one pid using port 8080. Then I killed that pid. Zope 3.3 continued to serve up a corrupted page for many minutes afterwards. It eventually died. Did killing the PID t

[Zope3-Users] Where do people put Zope 3 components that they wish to share?

2007-03-18 Thread Mark, Jonathan (Integic)
Zope.org has a link for Products but not for Components. Is there someplace where people can see what third-party Zope3 components are available? <>___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Is DTML Deprecated In Zope3?

2007-03-20 Thread Mark, Jonathan (Integic)
Phillip says in his book not to use DTML any more. However, I am finding that what is easy in DTML, producing an Atom 1.0 feed, for instance, is harder in ZPT. I get peculiar errors telling me that my XML boilerplate is not valid. DTML doesn't care. I notice that in the Zope 3.3 ZMI you can cr

[Zope3-Users] Any Word On When Zope 3 Will Support Python 2.5

2007-03-26 Thread Mark, Jonathan (Integic)
I prefer to do all of my Python development in Python 2.5. Is there any word on when Zope 3 will support the current version of Python? ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Re: Installing Zope / permissions ??? (Tom Gro?)

2007-04-05 Thread Mark, Jonathan (Integic)
"""BTW: You should *NEVER* run Zope as root.""" Zope.conf for Zope-2.6.2 includes a non-root user which Zope will run as if you start Zope as root. Is there anything wrong with using this feature? ___ Zope3-users mailing list Zope3-users@zope.org http:/

[Zope3-Users] Re: ZODB? PostgreSQL? (Laurence Rowe)

2007-04-25 Thread Mark, Jonathan (Integic)
>>>ZRS is only required for replication, not scaling, for which ZEO exists. Then run a single zope zeo client per processor core. ZODB makes data partitioning (database mounts) simple as well. Laurence My interpretation of this statement is as follows. You can store information in separate

[Zope3-Users] RE: Blog naming proposal

2007-06-04 Thread Mark, Jonathan (Integic)
A better name is Noiszzz Noize starts with a capital N, then a vowel, then a "Z" then another vowel. It is too close to the word "Nazi" for some English speakers. I am not saying that people who like the name Noize also like Nazis. I am just saying that the association will be there. Noiszzz is