Re: [Zope] VirtualHost 403 Forbidden. Help!!

2006-09-21 Thread Jonathan
ver - create a simple index.html file in the associated htdocs subdirectory) Jonathan ___ 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] LocalFS - user needs to be manager?

2006-09-20 Thread Jonathan
Try turning on verbose security in zope.conf  - there are two settings that you need:   security-policy-implementation pythonverbose-security on       Jonathan     - Original Message - From: Josh Burvill To: David H Cc: zope@zope.org Sent: Wednesday, September 20

[Zope] Will Zope Run On Iron Python In Mono?

2006-09-15 Thread Mark, Jonathan (Integic)
Thanks to everyone who offered advice on how and whether to examine the ZODB objects that Squishdot uses. I now have a better understanding of the unique role that ZODB object storage plays in Zope, and why replacing ZODB with RDB/SQL is not in general warranted. I isolated the Squishdot perfor

Re: [Zope] ZEO with Multiple Storages

2006-09-14 Thread Jonathan
- Original Message - From: "Jens Vagelpohl" <[EMAIL PROTECTED]> To: "[Zope] List Mailing" Sent: Thursday, September 14, 2006 9:21 AM Subject: Re: [Zope] ZEO with Multiple Storages -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14 Sep 2006, at 13:5

Re: [Zope] ZEO with Multiple Storages

2006-09-14 Thread Jonathan
- Original Message - From: "Jens Vagelpohl" <[EMAIL PROTECTED]> To: "[Zope] List Mailing" Sent: Thursday, September 14, 2006 9:21 AM Subject: Re: [Zope] ZEO with Multiple Storages -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14 Sep 2006, at 13:5

Re: [Zope] ZEO with Multiple Storages

2006-09-14 Thread Jonathan
- Original Message - From: "Martijn Pieters" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: "Brian Brinegar" <[EMAIL PROTECTED]>; Sent: Thursday, September 14, 2006 2:54 AM Subject: Re: [Zope] ZEO with Multiple Storages

Re: [Zope] ZEO with Multiple Storages

2006-09-13 Thread Jonathan
point (in zope.conf) for each different zeo server (and set up each zeo server of course). If you already have the data for the various schools & depts stored in separate folders, it would be easy to export each 'school' folder and then import it into the new configuration. hth

Re: [Zope] ZPT based on files in local filesystem folder

2006-09-13 Thread Jonathan
g/Members/shh/ExtFile Jonathan ___ 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] How can I get a listing of all objects in the Zope 2.62 ZODB?

2006-09-13 Thread Mark, Jonathan (Integic)
Chris Withers, the developer of Squishdot, asks: >>OK. Can I ask why you're interested? >>(the answer to that question will help give you more sensible answers to >> your first question.) My experience using Squishdot to run goodbyejim.com for several years has been a positive one. I am grate

Re: [Zope] Problem with upgrade from Zope 2.6.1 to Zope 2.9.4

2006-09-13 Thread Jonathan
oblematic code. Works fine here. I tried a dtml method in zope 2.9.2 containing: and it worked fine (i tried it as both an authenticated user and an anonymous user, and it worked in both cases) Maybe you should post the traceback from your error... Jonathan __

[Zope] How can I get a listing of all objects in the Zope 2.62 ZODB?

2006-09-12 Thread Mark, Jonathan (Integic)
le to see everything that it dumps into the ZODB. I understand that one can look at the Squishdot source to find out. But it ought to be possible to query the ZODB directly and observe all of the objects that are in it. Jonathan Mark ___ Zope maillist -

Re: [Zope] question on URL styling

2006-09-11 Thread Jonathan
url like: http://myzopesite/workingdirectory/displayPage/page-1.html the displayPage script will be invoked and it can then access REQUEST['traverse_subpath'] (which in the above case will contain 'page-1.html'). hth Jonathan

Re: [Zope] Upload file to server for encoding...

2006-09-11 Thread Jonathan
- Original Message - From: "Nick Gr" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Monday, September 11, 2006 10:46 AM Subject: Re: [Zope] Upload file to server for encoding... . Any ideas how the user will download back the

Re: [Zope] Upload file to server for encoding...

2006-09-11 Thread Jonathan
- Original Message - From: "Nick Gr" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Monday, September 11, 2006 10:14 AM Subject: Re: [Zope] Upload file to server for encoding... Using ExtFile I just could have access to my file syst

Re: [Zope] Upload file to server for encoding...

2006-09-11 Thread Jonathan
ld then do a response.redirect that causes the user's browser to access the new object. hth Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - ht

Re: [Zope] Need Help--urgently

2006-09-06 Thread Jonathan
In your python script:   mlist = context.code(uparam)     In your external method:   def code(self, uparam):    mlist = []         return mlist     Simple!     hth   Jonathan     - Original Message - From: cpdm cadlab To: zope@zope.org Sent: Wednesday, September 06

Re: [Zope] Re: Zope hangs when database takes too long to respond

2006-09-06 Thread Jonathan
- Original Message - From: "Chris McDonough" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, September 06, 2006 6:01 PM Subject: Re: [Zope] Re: Zope hangs when database takes too long to respond On Sep 6, 2006, at 5:

Re: [Zope] Re: Zope hangs when database takes too long to respond

2006-09-06 Thread Jonathan
- Original Message - From: "Chris McDonough" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, September 06, 2006 5:50 PM Subject: Re: [Zope] Re: Zope hangs when database takes too long to respond On Sep 6, 2006, at 5:

Re: [Zope] Re: Zope hangs when database takes too long to respond

2006-09-06 Thread Jonathan
- Original Message - From: "Chris McDonough" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, September 06, 2006 5:40 PM Subject: Re: [Zope] Re: Zope hangs when database takes too long to respond On Sep 6, 2006, at 5:3

Re: [Zope] Re: Zope hangs when database takes too long to respond

2006-09-06 Thread Jonathan
can tweak to adjust some database connection timeout value ? Not that I know of. Another possible solution is to have a look at twisted: http://twistedmatrix.com/projects/core/documentation/howto/faq.html Jonathan ___ Zope maillist - Zope@zope.or

Re: [Zope] Problems with lists

2006-09-05 Thread Jonathan
:     http://zopelabs.com/       Jonathan     - Original Message - From: [EMAIL PROTECTED] To: Jonathan Sent: Tuesday, September 05, 2006 2:23 PM Subject: Re: [Zope] Problems with lists Hi,   I am sending this to you versus the list. Everyone says to use

Re: [Zope] Problems with lists

2006-09-05 Thread Jonathan
27;, '5', '5', '5', '5', '5'] I can't figure out what your dtml prior to the loop is trying to accomplish, however inside the loop your 'loop_counter' variable is a constant value (it does not change, so you keep referring to t

Re: [Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Jonathan
- Original Message - From: "Ben" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Saturday, September 02, 2006 10:39 AM Subject: Re: [Zope] Problems starting ZEO with zeoctl On 9/3/06, Jonathan <[EMAIL PROTECTED]> wrote: I

Re: [Zope] ZEO Problem

2006-09-02 Thread Jonathan
n the entry in zope.conf Jonathan ___ 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/

Re: [Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Jonathan
- Original Message - From: "Ben" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Sent: Saturday, September 02, 2006 10:02 AM Subject: Re: [Zope] Problems starting ZEO with zeoctl On 9/2/06, Jonathan <[EMAIL PROTECTED]> wrote: The zeo.c

Re: [Zope] ZEO Problem

2006-09-02 Thread Jonathan
r files into the new zeo/var dir? Data.fs.index Data.fs.lockData.fs.old Data.fs.tmp All you need is Data.fs. Data.fs.index will be recreated if it is not found when zope starts Data.fs.old is created when you pack your zodb You can safely ignore

Re: [Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Jonathan
- Original Message - From: "Ben" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Saturday, September 02, 2006 8:49 AM Subject: Re: [Zope] Problems starting ZEO with zeoctl On 9/2/06, Jonathan <[EMAIL PROTECTED]> wrote: As an

Re: [Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Jonathan
Please keep all your posts on the list (that way others can help, and others can find these messages for their reference)... - Original Message - From: "Ben" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Sent: Saturday, September 02, 2006 8:18

Re: [Zope] iterating dictionaries with dtml-in

2006-09-02 Thread Jonathan
tionary). Something like this will get you going in the right direction: , "aDict_item[_['sequence-item']]"> However, it would be much easier to change your getDicts routine to format the data you need for your OPTION statements, instead of extracting

Re: [Zope] Problems starting ZEO with zeoctl

2006-09-02 Thread Jonathan
What port is zeo configured to use and what 'user' are you running as when you run zeoctl? Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lis

Re: [Zope] accelerating Zope restart

2006-08-31 Thread Jonathan
inside the ZODB (but still access them as if they were stored in the ZODB). http://sourceforge.net/projects/localfs Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (R

Re: [Zope] Reportlab issue

2006-08-27 Thread Jonathan
- Original Message - From: "David H" <[EMAIL PROTECTED]> To: "zope user list" Sent: Sunday, August 27, 2006 9:48 PM Subject: Re: [Zope] Reportlab issue Jonathan wrote: - Original Message - From: "David H" <[EMAIL PROTECTED]> To

Re: [Zope] Reportlab issue

2006-08-27 Thread Jonathan
- Original Message - From: "David H" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: "zope user list" Sent: Sunday, August 27, 2006 9:25 PM Subject: Re: [Zope] Reportlab issue Jonathan wrote: - Original Message - Fro

Re: [Zope] Reportlab issue

2006-08-27 Thread Jonathan
meta tags or response.setHeader (better) to make sure the document is not being served from the cache. Just a shot in the dark! Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] VerboseSecurity not working

2006-08-25 Thread Jonathan
As Sylvain already mentioned (see the end of your message below) Verbose Security is already included in Zope 2.8x.  I imagine that trying to install it again would cause some problems.   Jonathan   - Original Message - From: michael nt milne To: zope list user Sent

RE: [Zope] Multiple conditions inside tales

2006-08-25 Thread Jonathan Bowlas
PROTECTED]; 'Andreas Jung'; zope@zope.org Subject: RE: [Zope] Multiple conditions inside tales --On 22. August 2006 17:37:40 +0100 Jonathan Bowlas <[EMAIL PROTECTED]> wrote: > So what if the first part evaluates to false? Which is what would happen > in my case, it doe

Re: Re: [Zope] download a file in a specific folder in the filesystem

2006-08-24 Thread Jonathan
nloaded, it is printed in my browser, as if it was a ascii file. I guess I need to add a mime type property here, but I am running out of ideas. Try googling: response.setheader content-type response.setheader content-disposition Jonathan ___

Re: [Zope] download a file in a specific folder in the filesystem

2006-08-24 Thread Jonathan
cess it via zope then you could look at localfs: http://sourceforge.net/projects/localfs Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail

Re: [Zope] MailBoxer Question

2006-08-23 Thread Jonathan
is /such/ a great word! My thanks to Tim Penhey for re-introducing me to it :-) *grinz* P.S. Quite a propos in this particular instance. Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or

Re: [Zope] MailBoxer Question

2006-08-23 Thread Jonathan
is /such/ a great word! http://www.urbandictionary.com/define.php?term=numpty Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mail

RE: [Zope] Multiple conditions inside tales

2006-08-22 Thread Jonathan Bowlas
tiple conditions inside tales --On 22. August 2006 15:36:20 +0100 Jonathan Bowlas <[EMAIL PROTECTED]> wrote: > Hi All, > > Just a quickie to see if I can do this: > > tal:condition="python:context.REQUEST.model.meta_type=='Silva Publication' > or context.

[Zope] Multiple conditions inside tales

2006-08-22 Thread Jonathan Bowlas
Title: Multiple conditions inside tales Hi All, Just a quickie to see if I can do this: tal:condition="python:context.REQUEST.model.meta_type=='Silva Publication' or context.REQUEST.model.is_default()" When I test it seems to ignore the 2nd condition, so could anyone suggest the correct s

Re: [Problem report] "pack" discards reachable object (was: [Zope] Pack problem with zeo) - Resolved

2006-08-21 Thread Jonathan
- Original Message - From: "Dieter Maurer" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: ; Sent: Monday, August 21, 2006 2:53 PM Subject: Re: [Problem report] "pack" discards reachable object (was: [Zope] Pack problem with zeo)

Re: [Problem report] "pack" discards reachable object (was: [Zope]Pack problem with zeo)

2006-08-21 Thread Jonathan
- Original Message - From: "Jonathan" <[EMAIL PROTECTED]> To: "Dieter Maurer" <[EMAIL PROTECTED]> Cc: ; Sent: Monday, August 21, 2006 2:05 PM Subject: Re: [Problem report] "pack" discards reachable object (was: [Zope]Pack problem with ze

Re: [Problem report] "pack" discards reachable object (was: [Zope] Pack problem with zeo)

2006-08-21 Thread Jonathan
- Original Message - From: "Dieter Maurer" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: ; Sent: Monday, August 21, 2006 1:58 PM Subject: Re: [Problem report] "pack" discards reachable object (was: [Zope] Pack problem with zeo)

Re: [Problem report] "pack" discards reachable object (was: [Zope] Pack problem with zeo)

2006-08-21 Thread Jonathan
- Original Message - From: "Dieter Maurer" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: ; Sent: Monday, August 21, 2006 1:32 PM Subject: [Problem report] "pack" discards reachable object (was: [Zope] Pack problem with zeo)

Re: [Problem report] "pack" discards reachable object (was: [Zope] Pack problem with zeo)

2006-08-21 Thread Jonathan
- Original Message - From: "Dieter Maurer" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: ; Sent: Monday, August 21, 2006 1:32 PM Subject: [Problem report] "pack" discards reachable object (was: [Zope] Pack problem with zeo)

Re: [Zope] Pack problem with zeo

2006-08-21 Thread Jonathan
- Original Message - From: ""Gaël Le Mignot"" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Monday, August 21, 2006 11:50 AM Subject: Re: [Zope] Pack problem with zeo Hello Jonathan! Mon, 21 Aug 2006 11:41:42 -0400,

[Zope] Pack problem with zeo

2006-08-21 Thread Jonathan
nning on a different machine). I am running Zope 2.9.2 on RedHat linux. Any ideas as to how to resolve this issue would be greatly appreciated! Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross pos

Re: [Zope] Python Scripts and HTML Forms

2006-08-17 Thread Jonathan
entered in the form field)     Jonathan     - Original Message - From: Muk Yan To: Jonathan Cc: zope@zope.org Sent: Thursday, August 17, 2006 4:40 PM Subject: Re: [Zope] Python Scripts and HTML Forms Hey All,Sorry about that, what I meant is that I get a KeyErr

Re: [Zope] Python Scripts and HTML Forms

2006-08-17 Thread Jonathan
What does "it doesn't seem to work" mean?  Error messages/traceback? What does your form & script contain?  More info on the problem is definitely required!       Jonathan - Original Message - From: Muk Yan To: Jonathan ; zope@zope.org Sent: Thursday

Re: [Zope] Python Scripts and HTML Forms

2006-08-17 Thread Jonathan
st_name'):   or   if REQUEST.get('first_name', None):     hth   Jonathan   - Original Message - From: Muk Yan To: zope@zope.org Sent: Thursday, August 17, 2006 2:57 PM Subject: [Zope] Python Scripts and HTML Forms Dear Trusted Zope Zealots,This subjec

Re: [Zope] Logging client IPs to Z2.log

2006-08-16 Thread Jonathan
- Original Message - From: "Oliver Hookins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Jonathan" <[EMAIL PROTECTED]>; Sent: Wednesday, August 16, 2006 12:23 PM Subject: Re: [Zope] Logging client IPs to Z2.log Quoting Philip Kilner <

Re: [Zope] Parameter generating an exception? (also recatalogingissue)

2006-08-16 Thread Jonathan
as? No rush...no emergency ... but would like to upgrade sometime soon hopefully. Something changed in ZCatalog indexes between Zope 2.7 and 2.8, and you may be running in to a related problem. Google for 'manage_convertIndexes' (you can also read the CHANGES.tx

Re: POUND AND ZOPE HELL!!! was: Re: [Zope] Can't Find This Bug!

2006-08-16 Thread Jonathan
logs can only tell you that "something has been served", not the content. Another idea is to have your client install ieHTTPHeaders (or equivalent for non-IE browsers) in their web browser and then send you the http header info that they are seeing. Jonathan __

Re: [Zope] Logging client IPs to Z2.log

2006-08-16 Thread Jonathan
- Original Message - From: "Philip Kilner" <[EMAIL PROTECTED]> To: "Oliver Hookins" <[EMAIL PROTECTED]> Cc: "Jonathan" <[EMAIL PROTECTED]>; Sent: Wednesday, August 16, 2006 11:02 AM Subject: Re: [Zope] Logging client IPs to Z2.log H

Re: [Zope] Parameter generating an exception?

2006-08-16 Thread Jonathan
ything? :) I told you it's Chinese to me. Many thanks again, Easy to do via the ZMI: click on the Catalog, then use the Advanced tab to clear the catalog (remove all existing entries) and then use the "Find Objects" tab to 'recatalog' everything.

Re: [Zope] Logging client IPs to Z2.log

2006-08-16 Thread Jonathan
have a look at the apache docs: http://httpd.apache.org/docs/2.0/mod/mod_proxy.html Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail

Re: [Zope] Zope 2.9 Product Refreshing

2006-08-16 Thread Jonathan
s for class definitions, all other code goes into external methods (which are automatically 'refreshed' if you have debug turned on). There are no delays in development using this approach (the code/test cycle is immediate), but whether or not you can use this methodology depends on your

Re: [Zope] "Pausing" ZCatalog and re-indexing later

2006-08-11 Thread Jonathan
of swapping the entire Data.fs file). hth Jonathan ___ 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

Re: [Zope] Where Is This Module?

2006-08-08 Thread Jonathan
g/manage_main In my installation (Zope 2.9.2) Management.py lives in: /usr/local/src/Zope-2.9.2/Dependencies/App-Zope-2.9.2/App hth Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encodi

Re: [Zope] Re: FastCGI server crashing

2006-08-07 Thread Jonathan
- Original Message - From: "David Chandek-Stark" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Sent: Monday, August 07, 2006 2:53 PM Subject: Re: [Zope] Re: FastCGI server crashing I haven't done this myself, but according to the apach

Re: [Zope] Re: FastCGI server crashing

2006-08-07 Thread Jonathan
module has access to REMOTE_USER and using url rewriting you should be able to pass it along (and thereby get rid of fastcgi). Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! **

Re: [Zope] Using the Tree Widget

2006-08-05 Thread Jonathan
- Original Message - From: "David VanKirk" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Saturday, August 05, 2006 7:36 AM Subject: Re: [Zope] Using the Tree Widget Yea I saw that and started working or writing my own function,

Re: [Zope] Using the Tree Widget

2006-08-04 Thread Jonathan
- Original Message - From: "David VanKirk" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Sent: Friday, August 04, 2006 6:23 PM Subject: Re: [Zope] Using the Tree Widget Unfortunately, I've already read over all of that. It does tell

Re: [Zope] Using the Tree Widget

2006-08-04 Thread Jonathan
be able to help me? This may help: http://www.zope.org/Documentation/Guides/DTML-HTML/DTML.15.html Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists

Re: [Zope] defunct process with os.spawn*

2006-08-02 Thread Jonathan
andled by the processes that spawned them). Try googling: python reap spawned process Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zop

Re: [Zope] button to submit with several parameters and call pythonscript

2006-08-01 Thread Jonathan
parameters jname, juser print jname, juser return printed and nothing is printed. This is an html question, not a zope question, but... you are missing the "value" attribute: Jonathan ___ Zope maillist - Zope@zope.org ht

Re: [Zope] MySQL queries in Python

2006-08-01 Thread Jonathan
Have a look at this:   http://www.zope.org/Members/spinwing/ZSQL_Results       Jonathan - Original Message - From: Muk Yan To: zope@zope.org Sent: Tuesday, August 01, 2006 2:50 PM Subject: [Zope] MySQL queries in Python Dear Coveted Braintrust,I was wondering if

Re: [Zope] WebServices

2006-07-30 Thread Jonathan
on.   If you encounter specific problems, then ask the list.     Jonathan       - Original Message - From: Alberto Jesus La Rosa Agramonte To: Jonathan Sent: Sunday, July 30, 2006 1:21 PM Subject: RE: [Zope] WebServices Well, I need to know how I can make a WebSer

Re: [Zope] WebServices

2006-07-30 Thread Jonathan
Ok...  what's the question?     Jonathan - Original Message - From: Alberto Jesus La Rosa Agramonte To: zope@zope.org Sent: Sunday, July 30, 2006 12:26 PM Subject: [Zope] WebServices Hi,   I have a question about how I can implement WebServices

Re: [Zope] Can't nest dtml-in using prefix ...

2006-07-28 Thread Jonathan
call for different solutions. If you have a preference for one over the other that is fine... for you. Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related

Re: [Zope] Mark Pilgrim's Feed Parser in Zope

2006-07-26 Thread Jonathan
external method: def string2dict(instr): dict = {} dict['__builtins__'] = None return eval(instr, dict) hth Jonathan Thanks kindly, John T. _

Re: [Zope] Script execute with every request

2006-07-24 Thread Jonathan
about the target routine can be embedded within the url so that the initially invoked script can appropriately route control).     Jonathan - Original Message - From: Joshua Burvill To: 'David H' Cc: zope@zope.org Sent: Monday, July 24, 2006 12:01 AM S

Re: [Zope] ZSQL Method Question

2006-07-17 Thread Jonathan
x27;,rstat.tuples()print 'rstat.asRDB= ',rstat.asRDB()print 'rstat.data_dictionary= ',rstat.data_dictionary()print 'rstat.dictionaries= ',rstat.dictionaries()       hth   Jonathan   - Original Message - From: Benjamin Menking To: zope@zope.org Sent: Monda

Re: [Zope] Access error with "manage_copyObjects / manage_pasteObjects" with proxy roles

2006-07-17 Thread Jonathan
- Original Message - From: "AnThu Nguyen" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]>; Sent: Monday, July 17, 2006 12:21 PM Subject: Re: [Zope] Access error with "manage_copyObjects / manage_pasteObjects" with proxy roles Thank

Re: [Zope] Access error with "manage_copyObjects / manage_pasteObjects" with proxy roles

2006-07-17 Thread Jonathan
To view 'unauthorized' errors you need to go to the error_log (ZMI, root folder) and remove the 'Unauthorized' entry from 'Ignored exceptions types'. Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.

Re: [Zope] RE: html2pdf truncating html content

2006-07-17 Thread Jonathan
pdf? (they weren't in the python code you posted)       Jonathan   - Original Message - From: Smith, Barrett To: Jonathan ; zope@zope.org Sent: Monday, July 17, 2006 10:39 AM Subject: RE: [Zope] RE: html2pdf truncating html content Thanks, Jonathan, but no joy. 

Re: [Zope] RE: html2pdf truncating html content

2006-07-17 Thread Jonathan
Just a wag (wild assed guess)... in your BODY loop, if d.title is null could you be embedding a 'null' char in the text string, which may cause html2pdf to choke?     Jonathan   - Original Message - From: Smith, Barrett To: zope@zope.org Sent: Monday, July 17,

Re: [Zope] question on simple_send in MailHost

2006-07-17 Thread Jonathan
s in the list. I have never used simple_send..., but have you tried putting the 'To' addresses in a list format, eg. ['addr1', 'addr2', ...]? - if you already have a comma-separated string you can easily pass this as a list with someth

Re: [Zope] Zope performance experiences

2006-07-14 Thread Jonathan
l consist of a front-end load balancer (linux-based), several application servers and several database servers. There is some good info on scalable networks here: http://www.linuxvirtualserver.org/ hth Jonathan ___ Zope maillist - Zope

Re: [Zope] Creating and displaying lists

2006-07-14 Thread Jonathan
There is a chapter in the Zope Book called 'Advanced Zope Scripting' which gives some good examples. You can also find useful python scripts at www.zopelabs.com Jonathan - Original Message - From: [EMAIL PROTECTED] To: Jonathan ; zope@zope.org Sent: Friday, July 14, 20

Re: [Zope] Creating and displaying lists

2006-07-13 Thread Jonathan
roceed to the next section where you are building your SELECT statements (warning: not tested and very ugly dtml) " > , "_['sequence-item'][2]"> hth & Good Luck Jonathan ___ Zope ma

Re: [Zope] Making Zope Accessible From Internet

2006-07-11 Thread Jonathan
that has been exposed thru the firewall (via a dmz) on a dynamic IP and it works fine (until the ip address gets reset) Good luck! Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or

Re: [Zope] Viewing images from a form upload

2006-07-11 Thread Jonathan
Pls keep your posts on the list... - Original Message - From: "vl" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Sent: Tuesday, July 11, 2006 4:01 PM Subject: Re: [Zope] Viewing images from a form upload Jonathan wrote: - Original

Re: [Zope] Viewing images from a form upload

2006-07-11 Thread Jonathan
data in the initial response). So, your process should be: 1) get the image data from the form 2) save an image object somewhere 3) pass back an html img tag with the path/id of the saved image object hth Jonathan ___ Zope maillist - Zope@

RE: [Zope] Check Zope status

2006-07-11 Thread Jonathan Bowlas
:48PM +0100, Jonathan Bowlas wrote: > We're having a few problems with our Zope server, it seems to be crashed but > were not sure whether it is actually crashed or merely waiting (a long time) > for a response from LDAP to authenticate our users, which may be causing it > to hang. >

Re: [Zope] Check Zope status

2006-07-11 Thread Jonathan
- Original Message - From: "Paul Winkler" <[EMAIL PROTECTED]> To: Sent: Tuesday, July 11, 2006 10:11 AM Subject: Re: [Zope] Check Zope status On Tue, Jul 11, 2006 at 02:20:48PM +0100, Jonathan Bowlas wrote: We're having a few problems with our Zope server, i

[Zope] Check Zope status

2006-07-11 Thread Jonathan Bowlas
Hi All,   We’re having a few problems with our Zope server, it seems to be crashed but were not sure whether it is actually crashed or merely waiting (a long time) for a response from LDAP to authenticate our users, which may be causing it to hang.   Is there any tool we can use to test

Re: [Zope] Override members values

2006-07-11 Thread Jonathan
; - this will get most of the ZMI interactions, but to be sure you could force all of your ZMI usage thru a different port. Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding!

Re: [Zope] Override members values

2006-07-10 Thread Jonathan
- Original Message - From: "Garito" <[EMAIL PROTECTED]> To: "Lista Zope Internacional" Sent: Monday, July 10, 2006 1:48 PM Subject: Re: [Zope] Override members values Garito escribió: Jonathan escribió: - Original Message - From: "Garito&

Re: [Zope] Override members values

2006-07-10 Thread Jonathan
- Original Message - From: "Garito" <[EMAIL PROTECTED]> To: "Lista Zope Internacional" Sent: Monday, July 10, 2006 1:13 PM Subject: Re: [Zope] Override members values Jonathan escribió: - Original Message - From: "Garito" <[EM

Re: [Zope] Override members values

2006-07-10 Thread Jonathan
ot completely sure)...then you could create a script that accesses the object and returns a value based on the user agent string: eg. import string REQUEST = container.REQUEST targetObject = context.restrictedTraverse('/some/path/objId') if string.find(

Re: [Zope] Trying to trap ConflictError - Resolved!

2006-07-06 Thread Jonathan
- Original Message - From: <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: "Michael Dunstan" <[EMAIL PROTECTED]>; Sent: Thursday, July 06, 2006 2:56 PM Subject: Re: [Zope] Trying to trap ConflictError Jonathan wrote at 2006-7-6 09:

Re: [Zope] Trying to trap ConflictError

2006-07-06 Thread Jonathan
- Original Message - From: "Michael Dunstan" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, July 05, 2006 5:15 PM Subject: Re: [Zope] Trying to trap ConflictError TempoaryStorage.py has a few tuning constants.

Re: [Zope] Zope installation woes

2006-07-06 Thread Jonathan
and aggravation in the future. If you do not want to spend the time on linux/zope and you just want to 'get working', you could look at some of the zope hosting companies (they already have zope up and running, and they look after maintaining the 'infrastructure', which lets

Re: [Zope] Zope installation woes

2006-07-05 Thread Jonathan
Once you have zoped you'll never go back ;-) Jonathan - Original Message - From: "russtik" <[EMAIL PROTECTED]> To: "'Jonathan'" <[EMAIL PROTECTED]>; Sent: Wednesday, July 05, 2006 7:30 PM Subject: RE: [Zope] Zope installation woes p

Re: [Zope] Trying to trap ConflictError

2006-07-05 Thread Jonathan
- Original Message - From: <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: "Dennis Allison" <[EMAIL PROTECTED]>; Sent: Wednesday, July 05, 2006 3:25 PM Subject: Re: [Zope] Trying to trap ConflictError Jonathan wrote at 2006-7-5

Re: [Zope] Trying to trap ConflictError

2006-07-05 Thread Jonathan
- Original Message - From: "David H" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, July 05, 2006 3:22 PM Subject: Re: [Zope] Trying to trap ConflictError Jonathan wrote: - Original Message - From: "David

Re: [Zope] Using sendmail on FC5 with Zope 2.8.7

2006-07-05 Thread Jonathan
Can you run sendmail with the -D (debug option) and then check the log file to see what sendmail thinks is happening? Jonathan - Original Message - From: "Ignacio Valdes" <[EMAIL PROTECTED]> To: "Andreas Jung" <[EMAIL PROTECTED]>; Sent: Wednesday, J

<    1   2   3   4   5   6   7   8   >