Re: [Zope] Trying to trap ConflictError

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

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 2:28 PM Subject: Re: [Zope] Trying to trap ConflictError Jonathan wrote at 2006-7-4 13:4

Re: [Zope] Zope installation woes

2006-07-05 Thread Jonathan
- Original Message - From: "russ" <[EMAIL PROTECTED]> To: "'Jonathan'" <[EMAIL PROTECTED]>; Sent: Wednesday, July 05, 2006 1:24 PM Subject: RE: [Zope] Zope installation woes Well I've tried to follow your steps with the exception of p

Re: [Zope] Zope installation woes

2006-07-05 Thread Jonathan
e zope.conf file (save a copy first!) and change "debug-mode" to 'on' (optional) and change "effective-user" to 'zope' Now you need to start the zope instance: 20) cd /apps/zope/bin 21) ./zopectl start (or ./zopectl fg in case of errors during start up)

Re: [Zope] Zope installation woes

2006-07-05 Thread Jonathan
. hth Jonathan - Original Message - From: "russ" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; Sent: Wednesday, July 05, 2006 11:05 AM Subject: RE: [Zope] Zope installation woes Hi Jake, Firstly I'll just mention a little bit more about the server. We hav

Re: [Zope] Trying to trap ConflictError

2006-07-04 Thread Jonathan
- Original Message - From: "Dennis Allison" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 04, 2006 1:27 PM Subject: Re: [Zope] Trying to trap ConflictError Johnathan, I have been lurking, following your threa

Re: [Zope] Trying to trap ConflictError

2006-07-04 Thread Jonathan
- Original Message - From: "Stefan H. Holek" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 04, 2006 11:02 AM Subject: Re: [Zope] Trying to trap ConflictError First, you should not - ever - catch a ConflictError. It i

[Zope] Trying to trap ConflictError

2006-07-04 Thread Jonathan
writes to TemporaryStorage. Does this indicate that the error is not bubbling up properly?   Any ideas as to why the error trapping is not trapping?  (running Zope 2.9.2, debug=on)   Thanks,     Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.o

Re: [Zope] zope and redhat

2006-06-30 Thread Jonathan
- Original Message - From: "Chris McDonough" <[EMAIL PROTECTED]> To: "Felipe Pageo" <[EMAIL PROTECTED]> Cc: Sent: Friday, June 30, 2006 1:56 PM Subject: Re: [Zope] zope and redhat I suspect you *think* it's starting one thread because top reports only one or two "python" processes.

Re: [Zope] Acquisition? problem

2006-06-30 Thread Jonathan
ng to run into differences in aquisition handling for different types of objects that you are trying to display. Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Rela

Re: [Zope] Acquisition? problem

2006-06-30 Thread Jonathan
' Create a test python script and try it out (look for traverse_subpath in the REQUEST namespace) Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related l

Re: [Zope] ConflictError with *one* ZEO client?

2006-06-29 Thread Jonathan
with zope have a look at twisted, here's some info: http://twistedmatrix.com/projects/core/documentation/howto/index.html Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML

Re: [Zope] Re: database conflict errors

2006-06-29 Thread Jonathan
- Original Message - From: "Tres Seaver" <[EMAIL PROTECTED]> Jonathan wrote: During recent load testing of a new application 3.1% to 7.6% of all http requests resulted in conflict errors (3.1% with 10 simultaneous users; 7.6% with 50 simultaneous users). The confl

[Zope] database conflict errors

2006-06-29 Thread Jonathan
error (oid 0x07, class Products.TemporaryFolder.TemporaryFolder.SimpleTemporaryContainer)       I am running Zope 2.9.2 on CentOS 4.3 (linux).   Does anyone have any ideas as to what I could do to reduce/eliminate these conflict errors?   Thanks,   Jonathan

Re: [Zope] attaching an image to an email

2006-06-28 Thread Jonathan
me="pic.jpg" Content-Transfer-Encoding: base64 PFpQdWJsaXNoZXIuSFRUUFJlcXVlc3QuRmlsZVVwbG9hZCBpbnN0YW5jZSBhdCAweDkzNjFmZDQ+ CiAg - What am I doing wrong? This how-to may help: http://www.zope.org/Members/visibleoffice/HowTo.2003-10-22.1455 Jonathan ___ Zope maillist - Zope@zop

Re: [Zope] storing blob data in SQLServer using ZSQL

2006-06-28 Thread Jonathan
would be to store your blob in the zodb and then store the path/id of the zodb object in your SQL db. Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related

Re: [Zope] OracleStorage - DCOracle2

2006-06-26 Thread Jonathan
** [.config] Error 2 If I understand correctly, you have zope running on two different servers: Server 'A' runs Oracle and Server 'B' contains business logic that requires content from Server 'A'. If this is the case,

Re: [Zope] Searching for and displaying properties

2006-06-26 Thread Jonathan
ou tried: wf = context.GeneralWorkflow instance_id = wf.addInstance( process_id=process, customer=jobname, instance_id.reindex_object() Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding!

Re: [Zope] Import Modules

2006-06-23 Thread Jonathan
I use Zope as an application server and my clients do not have access to the ZMI, so I'm not concerned with protection against misuse by my clients. This may get you pointed in the right direction: http://plone.org/documentation/how-to/using-unauthorized-modules-in-scr

Re: [Zope] Problem with constructTransientObjectContainer - Resolved

2006-06-22 Thread Jonathan
- Original Message - From: "Jean Jordaan" <[EMAIL PROTECTED]> To: Sent: Thursday, June 22, 2006 11:32 AM Subject: Re: [Zope] Problem with constructTransientObjectContainer - Resolved Hi Jonathan user once, then it is discarded. In order to eliminate many wr

Re: [Zope] Problem with constructTransientObjectContainer - Resolved

2006-06-21 Thread Jonathan
- Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: "Chris McDonough" <[EMAIL PROTECTED]>; Sent: Wednesday, June 21, 2006 6:25 AM Subject: Re: [Zope] Problem with constructTransie

Re: [Zope] How to commit a piece of data in a transaction when thetransaction is being aborted later

2006-06-20 Thread Jonathan
ll zope to run a certain function as its own transaction? Also when I switch over to zope 2.9 how will these things need to be changed? You could write the post data to a 'non-rollbackable' sql database, then any subsequent processing errors won't impact the data you have already writ

Re: [Zope] Problem with constructTransientObjectContainer - Resolved

2006-06-20 Thread Jonathan
delNotification=BASEFOLDER+'DeleteTempImage') Thanks again for the help, it got me thinking in the right direction! Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTM

RE: [Zope] Nested dtml tags

2006-06-20 Thread Jonathan Bowlas
Thanks for everyone's help. I may be able to sort this now. -Original Message- From: Tino Wildenhain [mailto:[EMAIL PROTECTED] Sent: 20 June 2006 15:09 To: [EMAIL PROTECTED] Cc: 'Jaroslav Lukesh'; zope@zope.org Subject: Re: [Zope] Nested dtml tags Jonathan Bowlas schri

[Zope] Problem with constructTransientObjectContainer

2006-06-20 Thread Jonathan
eated in the wrong folder.  I can manually (thru the ZMI) add a TOC to the TempImages folder, but I can't create one programmatically.   Can anyone point me in the right direction?!   Thanks,   Jonathan ___ Zope maillist - Zope@zope.org http://m

RE: [Zope] Nested dtml tags

2006-06-20 Thread Jonathan Bowlas
e 2006 12:29 To: [EMAIL PROTECTED]; zope@zope.org Subject: RE: [Zope] Nested dtml tags > [EMAIL PROTECTED] On Behalf Of Jonathan Bowlas > How can I do this with dtml? > > >== 1"> #I need an > alternative to this. > 1

[Zope] Nested dtml tags

2006-06-20 Thread Jonathan Bowlas
Hi All, How can I do this with dtml? == 1"> #I need an alternative to this. 1 <2 Etc, etc. Hope someone can help. Jon ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope] dictionary from sequence-item

2006-06-19 Thread Jonathan
.     Jonathan       - Original Message - From: Alric Aneron To: zope@zope.org Sent: Monday, June 19, 2006 2:46 PM Subject: [Zope] dictionary from sequence-item Hello,I am looping through a list of dictionary objects using and within the dtml-in body I have:Some of the

Re: [Zope] converting Dictionary to Result

2006-06-19 Thread Jonathan
mydict1[item]) )for item in mydict2.keys():   rList.append( (item, mydict2[item]) )return rList     then, in your DTML method:     ,   Jonathan       - Original Message - From: Alric Aneron To: Andreas Jung ; zope@zope.org Sent: Monday, June 19, 2006 12:35 PM Sub

Re: [Zope] Zope Recordset Object

2006-06-16 Thread Jonathan
at=context.Users.SQL_GetRetailersbyName(rStart='A%', rEnd='N%') print 'rstat.names= ',rstat.names() print 'rstat.data_dictionary= ',rstat.data_dictionary() print 'rstat.dictionaries= ',rstat.dictionaries() return printed hth Jonathan

[Zope] Render DTML inslide ZPT slot

2006-06-15 Thread Jonathan Bowlas
Hi All,   Is it possible to render DTML methods inside a slot of a ZPT?  If so, how would I achieve this?   My DTML’s render forms to submit/edit data in a MySQL database something which cannot be done as easily in ZPT, I believe. Correct me if I’m wrong.   Jon _

Re: [Zope] ERROR Zope Could not import Products.ZMySQLDA

2006-06-14 Thread Jonathan
Please keep your posts on the list... - Original Message - From: "Jeremiah Foster" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Sent: Wednesday, June 14, 2006 10:43 AM Subject: Re: [Zope] ERROR Zope Could not import Products.ZMySQLDA O

Re: [Zope] ERROR Zope Could not import Products.ZMySQLDA

2006-06-14 Thread Jonathan
ocalhost is usually 127.0.0.1) Good luck! 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] dtml forwarding request

2006-06-08 Thread Jonathan
processing/display).   It's kind of hard to guess what would be best without knowing more about the application(s).       Jonathan   - Original Message - From: Alric Aneron To: Jonathan ; zope@zope.org Sent: Thursday, June 08, 2006 4:31 PM Subject: Re: [Zope]

Re: [Zope] dtml forwarding request

2006-06-08 Thread Jonathan
more info as to your use case.       Jonathan - Original Message - From: Alric Aneron To: zope@zope.org Sent: Thursday, June 08, 2006 4:22 PM Subject: [Zope] dtml forwarding request Hello,Is there a way in Zope to forward a request from one page to another. 

Re: [Zope] Missing Temporary Folder

2006-06-05 Thread Jonathan
That did the trick! Thanks! - Original Message - From: "Andreas Jung" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]>; Sent: Monday, June 05, 2006 2:26 PM Subject: Re: [Zope] Missing Temporary Folder __

[Zope] Missing Temporary Folder

2006-06-05 Thread Jonathan
k ok as well. Does anyone have any ideas as to why 'Temporary Folder' would not appear in the 'Add' list? Thanks, Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or H

Re: [Zope] refreshing external method

2006-06-02 Thread Jonathan
7;manage_edit' - for more info go into the ZMI, click on the external method then look at the html source for the page, this will show you what you need to do. hth Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/list

Re: [Zope] left frame loads after a very long time

2006-06-02 Thread Jonathan
ns on another machine). I have ignored the problem so far, but am very interested as to what the cause may be! Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Relate

Re: [Zope] global name 'context' not defined in TrustedFSPageTemplate

2006-06-01 Thread Jonathan
- Original Message - From: "Jürgen Herrmann" <[EMAIL PROTECTED]> To: Sent: Thursday, June 01, 2006 11:51 AM Subject: [Zope] global name 'context' not defined in TrustedFSPageTemplate hi! i get the following error in one of my trusted page template files: Traceback (innermost last)

Re: Re: [Zope] allow access to fileobject depending on role

2006-06-01 Thread Jonathan
derB/printsbestand.pdf') fileData = context.printsbestand() fileObj.update_data(fileData, content_type='application/pdf', size=len(fileData) ) Warning: untested! Look in the ZopeBook for more info. hth Jonathan ___ Zope maillist - Zope

Re: [Zope] relevance ranking in ZCTextIndex or equivalent

2006-05-31 Thread Jonathan
ope source for: data_record_normalized_score_ BaseIndex.py OkapiIndex.py SetOps.py okascore.c Good Luck! Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http:

Re: [Zope] Isolating changes that can only be done globally

2006-05-29 Thread Jonathan
some kind of reaper process (google is your friend here). hth Jonathan - Original Message - From: "Michael Vartanyan" <[EMAIL PROTECTED]> To: Sent: Monday, May 29, 2006 7:27 PM Subject: [Zope] Isolating changes that can only be done globally Hello All, Thi

Re: [Zope] Preventing Zope Spinning?

2006-05-25 Thread Jonathan
Thanks for the warning! We haven't come across any of these 'odd errors', but we will get rid of our persistent caches just to be sure! Jonathan - Original Message - From: "Jens Vagelpohl" <[EMAIL PROTECTED]> To: "[Zope] Mailing List" Sent

Re: [Zope] Preventing Zope Spinning?

2006-05-25 Thread Jonathan
How about setting up persistent caches for your zeo clients, so that when the zeo server goes down you save some cache-reloading time when it restarts? Jonathan - Original Message - From: "Brian Brinegar" <[EMAIL PROTECTED]> To: Cc: "David S Carmicha

Re: [Zope] zope.conf Zeo question

2006-05-24 Thread Jonathan
That did the trick! (I had created a /apps/zeo1 directory on the server machine, but I did not have a matching directory on the client machine to hold the persistent cache file) Thanks very much! Jonathan - Original Message - From: "Jens Vagelpohl" <[EMAIL PROTECTED]

Re: [Zope] AJAX and Zope

2006-05-24 Thread Jonathan
Have you looked at: http://zif.hill-street.net/jsonserver Jonathan - Original Message - From: "Pascal Peregrina" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 24, 2006 9:18 AM Subject: RE: [Zope] AJAX and Zope By Zope objects I meant: You've got a page temp

[Zope] zope.conf Zeo question

2006-05-24 Thread Jonathan
ope 2.9.2 installation tarball)Any and all help appreciated!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-anno

Re: [Zope] A quick zope/python question

2006-05-09 Thread Jonathan
Thanks to everyone for setting me straight! I have been (erroneously!) assuming that any defined object would evaluate to 'true'. Thanks again. Jonathan - Original Message - From: "Jens Vagelpohl" <[EMAIL PROTECTED]> To: "[Zope] Mailing List"

[Zope] A quick zope/python question

2006-05-09 Thread Jonathan
#x27;No GarbageCollector' I get the expected response: gc= GarbageCollector exists I think I am misunderstanding something basic about python/zope here. Why does a TOC object evaluate to false? Thanks, Jonathan ___ Zope maillist - Zop

[Zope] Re: Mounting ZODB issue

2006-05-09 Thread Jonathan Cleaver
File "/home/zope2/Zope285/lib/python/ZEO/zrpc/connection.py", line 529, in call raise DisconnectedError() DisconnectedError Jonathan Cleaver wrote: Many thanks for the advice. Yes, the user does have read/write access to the zeo/var directory on the server and all of its conten

[Zope] Re: Mounting ZODB issue

2006-05-09 Thread Jonathan Cleaver
Many thanks for the advice. Yes, the user does have read/write access to the zeo/var directory on the server and all of its contents. Still no joy though. Jonathan Cleaver Jonathan wrote: Do you have the appropriate access to the directory on the server? (ie. the process zope runs as

Re: [Zope] Mounting ZODB issue

2006-05-09 Thread Jonathan
Do you have the appropriate access to the directory on the server? (ie. the process zope runs as needs to be able to read/write to the directory on the server). Jonathan - Original Message - From: "Jonathan Cleaver" <[EMAIL PROTECTED]> To: Sent: Tuesday, May

[Zope] Mounting ZODB issue

2006-05-09 Thread Jonathan Cleaver
browser browse the ZMI perfectly well. Is this a Zope version issue? Is there a 'rule' in ZEO where it can only accept one connection from each client machine? Or have I just missed a step in the process? Many thanks in advance. Jonathan Cleaver Defence Ac

Re: [Zope] psycopgda

2006-05-06 Thread Jonathan
t you use to install additional products (ie. if you type python -V at the command line (linux) is it the same version of python that is listed in the ZMI Control Panel). Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/z

Re: [Zope] How to set property from external method or pythonscript?

2006-05-05 Thread Jonathan
or external methods: --check for property field and if it does not exist create it: --update contents of the property field (in this case we are storing a pre-loading python dictionary): --access contents of a property field (which in this case is a python diction

Re: [Zope] Questions on ZODB BTrees versus bsddb BTrees

2006-05-04 Thread Jonathan
ntioned) - check the ZopeBook for info. 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.

Re: [Zope] DTML-In with date/time filter

2006-05-03 Thread Jonathan
a python script to do this loop/compare and return a list of document ids which you could then display via your DTML-in stmt. If you have a lot of documents this could be a very expensive approach. You might want to have a look at ZCatalog. hth Jonathan - Original Message - Fr

Re: [Zope] Better ZDOM examples? (take two)

2006-05-02 Thread Jonathan
details of what you are trying to accomplish would be helpful to list participants. Jonathan - Original Message - From: "Benjamin Isaac" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Sent: Tuesday, May 02, 2006 6:28 PM Subject: Re: [Zope] Better ZD

Re: [Zope] Better ZDOM examples? (take two)

2006-05-02 Thread Jonathan
n, you need to pass something new back to zope) 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-announ

Re: [Zope] Re: Zeo as a Zeo Client

2006-05-02 Thread Jonathan
pplication level, but it would be a nice option to have ZEO do it automatically. Is this a reasonable extension to ZEO? Jonathan - Original Message - From: "David Pratt" <[EMAIL PROTECTED]> To: "Andreas Jung" <[EMAIL PROTECTED]> Cc: "Tres Seaver"

Re: [Zope] How to update list from dtml?

2006-04-14 Thread Jonathan
Try: Jonathan - Original Message - From: "Jaroslav Lukesh" <[EMAIL PROTECTED]> To: Sent: Friday, April 14, 2006 10:22 AM Subject: [Zope] How to update list from dtml? Dear Zopistas, How to do in DTML something similar in python: foo[1] = 3.5 In DTML th

Re: [Zope] Problems Executing pdftk from within zope.

2006-04-08 Thread Jonathan
PATH or environment variables) and takes a string 'quoted_instr' as an input parameter. if you do 'return str(rstat)' after the call you should get some error info if the call fails. HTH Jonathan - Original Message - From: "Jerry Westrick" <[EMAIL P

Re: [Zope] Problems Executing pdftk from within zope.

2006-04-07 Thread Jonathan
Have you tried running it as a spawned job from the shell? If something is pooched in the environment then the job should hang (then you know it is not a zope problem). Jonathan - Original Message - From: "Jerry Westrick" <[EMAIL PROTECTED]> To: Sent: Friday, Apr

Re: [Zope] Zope crashes on request of certain page

2006-04-07 Thread Jonathan
es the error. It can often be useful to add debug info into a python list object, as your external method progresses, and then return this list to the calling routine (which then displays the contents of the list within your normal html page). HTH Jonathan __

[Zope] RE: How to convert characters that have special meaning in HTML to HTML character entities

2006-04-06 Thread Jonathan Bowlas
Whoa, speedy response! Thanks a lot, although I should've known this. -Original Message- From: Max M [mailto:[EMAIL PROTECTED] Sent: 06 April 2006 13:24 To: [EMAIL PROTECTED] Subject: Re: How to convert characters that have special meaning in HTML to HTML character entities Jon

[Zope] How to convert characters that have special meaning in HTML to HTML character entities

2006-04-06 Thread Jonathan Bowlas
Hi All, I have a string that contains a http://www.mywebaddress.com";>link tag that I would like rendered as HTML when output but it only seems to render in the html page like this link; To replace the characters, I tried this in my TAL: But it conv

Re: [Zope] reading cookies from external methods

2006-03-31 Thread Jonathan
otherparms...) REQUEST = self.REQUEST cookie = REQUEST.get('some_cookie') That should do it! HTH Jonathan ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (R

Re: [Zope] ZCatalog Strategy

2006-03-22 Thread Jonathan
easy to clear and then reload the catalog) and time them to see which gives you better performance. hth & good luck! Jonathan - Original Message - From: "Mark Gibson" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 22, 2006 9:28 PM Subject: [Zope] ZCatalog Strat

Re: [Zope] Best Practice for transparent redirect for plone site

2006-03-18 Thread Jonathan Cyr
e.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 ) -- Jonathan Cyr http://www.cyr.info http://www.weddingweblog.com [EMAIL PROT

Re: [Zope] nested records

2006-03-12 Thread Jonathan
This page shows of ALL of the supported form variable types (ie. if its not there its not supported). Jonathan - Original Message - From: "Michael Shulman" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Saturday, March 11, 2006 7:

Re: [Zope] nested records

2006-03-11 Thread Jonathan
Have a look at: http://www.zope.org/Members/Zen/howto/FormVariableTypes Jonathan - Original Message - From: "Michael Shulman" <[EMAIL PROTECTED]> To: Sent: Saturday, March 11, 2006 6:27 PM Subject: [Zope] nested records Am I correct that zope's "item.su

Re: [Zope] Zope Managed Server

2006-03-08 Thread Jonathan
dedicated box. Jonathan - Original Message - From: "Dan Gaibel" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 07, 2006 9:28 PM Subject: [Zope] Zope Managed Server Hello Folks, I'm interested in finding a company that will do monthly managed zope hosting. We're

[Zope] Zed should stand for Zope Extension Distribution

2006-03-02 Thread Mark, Jonathan (Integic)
Title: Zed should stand for Zope Extension Distribution Over at the Zope-Dev mailing list, Jim Fulton (the inventor of Zope) is talking about a new line of software called Zed. It would consist of those parts of Zope 3 which can be called independently of the Zope/twisted server. I do not w

Re: [Zope] External Methods newbie question

2006-02-28 Thread Jonathan
and called 'commands' which can be used for executing bash commands.   hth   Jonathan - Original Message - From: Alric Aneron To: zope@zope.org Sent: Tuesday, February 28, 2006 8:14 PM Subject: [Zope] External Methods newbie question Hello,I see I can on

RE: [Zope] Memory Leak Debugging

2006-02-28 Thread Jonathan Bowlas
results and explain what exactly should I be looking for here? And it would also be useful to know why the Products.Sivla.Image.Image class doesn't return any results at all. Hope someone can help. Jon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [Zope] Dynamic dictionary keys?

2006-02-27 Thread Jonathan
- Original Message - From: "Andrew Hedges" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Sent: Monday, February 27, 2006 12:14 PM Subject: Re: [Zope] Dynamic dictionary keys? Thanks, much, Jonathan! We're moving to Zope 3 on the next ve

Re: [Zope] Dynamic dictionary keys?

2006-02-27 Thread Jonathan
mind...). What I am attempting to do is dynamically add items to a dictionary, but Zope complains "keyword can't be an expression". Here's the reduced case of my code: It is much easier in python script, but if you r

[Zope] RESOLUTION: Can Zope 2.9 Coexist With Zope 2.6 Using Different Ports?

2006-02-23 Thread Mark, Jonathan (Integic)
Title: RESOLUTION: Can Zope 2.9 Coexist With Zope 2.6 Using Different Ports? Thanks for the help everyone. I needed to make the $Instance/var and $Instance/log directories readable and writable to the user that Zope 2.9 ran as. Once I did that the problem went away.

Re: [Zope] Python equivalent to Javascript "escape/unescape"

2006-02-23 Thread Jonathan
the equivalent to Javascript "escape/unescape" functions in a Python script but for some reason I just can't find out how to do it. Maybe I can't see the forest for the trees. Anybody out there have a cluestick to whack me with? Try googling:urllib.urlencode I

[Zope] Can Zope 2.9 Coexist With Zope 2.6 Using Different Ports?

2006-02-22 Thread Mark, Jonathan (Integic)
Title: Can Zope 2.9 Coexist With Zope 2.6 Using Different Ports? My website GoodbyeJim.com currently runs Zope 2.6 on Red Hat 7.3. I have installed Zope 2.9 to use port 3200 instead of 80. Does Zope 2 support running two separate instances of two versions of Zope on different ports? I have

[Zope] Does Zope 3.2 need to use a separate instance of twisted?

2006-02-16 Thread Mark, Jonathan (Integic)
Title: Does Zope 3.2 need to use a separate instance of twisted? My website already had an existing install of twisted. I then installed Zope 3.2, and it looks to me as if Zope 3.2 installed a second version of twisted. Does Zope 3.2 install a modified or hacked version of twisted? If not

RE: [Zope] Memory Leak Debugging

2006-02-15 Thread Jonathan Bowlas
And now in plain text, sorry for the HTML. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Bowlas Sent: 15 February 2006 11:47 To: zope@zope.org Subject: [Zope] Memory Leak Debugging Hi All, We're having serious problems

[Zope] Memory Leak Debugging

2006-02-15 Thread Jonathan Bowlas
Hi All,   We're having serious problems with performance running Silva CMS on Zope 2.7.8-final, python 2.3.5, linux2 set up on a machine with 2.5GB RAM. There are currently only about 65 users and around 2000 documents in the CMS but it seems to run for a week, then the RAM fills up and c

[Zope] Memory Leak Debugging

2006-02-15 Thread Jonathan Bowlas
Hi All, We're having serious problems with performance running Silva CMS on Zope 2.7.8-final, python 2.3.5, linux2 set up on a machine with 2.5GB RAM. There are currently only about 65 users and around 2000 documents in the CMS but it seems to run for a week, then the RAM fills up and crashes so w

Re: [Zope] about zope and mouse event handling

2006-02-10 Thread Jonathan
Handling mouse events is a _javascript_/DOM issue.  If you are interested in having _javascript_ communicate with zope you could look into Ajax (although I prefer Json to XML).   This might help:   http://www.zope.org/Members/ree/jsonserver2     Jonathan   - Original Message

Re: [Zope] Method to return the properties of an object

2006-02-10 Thread Jonathan
Jonathan schrieb: The idea of using an external method for dir/type is simply to allow a developer to quickly investigate attributes/methods of objects - if you are silly enough to actually incorporate this mechanism into 'production' code then you should shoot yourself. And h

Re: [Zope] Method to return the properties of an object

2006-02-10 Thread Jonathan
From: "Tino Wildenhain" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Friday, February 10, 2006 8:45 AM Subject: Re: [Zope] Method to return the properties of an object Jonathan schrieb: How would you "shoot" yourself? dont you t

Re: [Zope] Method to return the properties of an object

2006-02-10 Thread Jonathan
How would you "shoot" yourself? - Original Message - From: "Tino Wildenhain" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: "George" <[EMAIL PROTECTED]>; Sent: Friday, February 10, 2006 8:36 AM Subject: Re: [Zope

Re: [Zope] Method to return the properties of an object

2006-02-10 Thread Jonathan
You can create a small utility external method to call dir() and type()  - very useful!Jonathan - Original Message - From: George To: zope@zope.org Sent: Friday, February 10, 2006 8:11 AM Subject: [Zope] Method to return the properties of an object Is there a

Re: [Zope] New Product called Zoep

2006-02-07 Thread Jonathan Cyr
I debated bringing it up, glad I did. -Jon Dennis Allison wrote: I think there is potential for confusion. Both Zope Corp and teh Zope Foundation should send cease and desist letters. On Tue, 7 Feb 2006, Jonathan Cyr wrote: Hello, Is there any concern about naming

Re: [Zope] New Product called Zoep

2006-02-07 Thread Jonathan Cyr
x27;m concerned but don't have the energy or power to do much about it. The least I can do is to blog about it :) On 2/7/06, Jonathan Cyr <[EMAIL PROTECTED]> wrote: Hello, Is there any concern about naming confusion with the new VOIP browser extension called "Zoep" (

[Zope] New Product called Zoep

2006-02-07 Thread Jonathan Cyr
nts, -Jon -- Jonathan Cyr http://www.cyr.info http://www.weddingweblog.com [EMAIL PROTECTED] ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailma

[Zope] Re: Base 64 passed into Zope

2006-02-06 Thread Jonathan Cleaver
Many thanks for your replies, Andreas and Jens, most helpful. [Rolls up sleeves...] Andreas Jung wrote: --On 6. Februar 2006 09:23:10 + Jonathan Cleaver <[EMAIL PROTECTED]> wrote: Thanks for your reply. Unfortunately, the protocol that I am working with means that my scr

[Zope] Re: Base 64 passed into Zope

2006-02-06 Thread Jonathan Cleaver
her end to changing their method. Kindest regards Jonathan Andreas Jung wrote: --On 6. Februar 2006 08:33:47 +0000 Jonathan Cleaver <[EMAIL PROTECTED]> wrote: I have a system which is accepting Base 64 encoded data from an external source, due to the protocol being used at the o

[Zope] Base 64 passed into Zope

2006-02-06 Thread Jonathan Cleaver
while. I upgraded the machine's Python from 2.3.5 to 2.4.1 a couple of months ago and have now reverted back to 2.3.5. Has anyone encountered a similar problem before and how can I work around/through it? Kindest regards Jonathan Cleaver ___

Re: [Zope] Ignore stopwords/characters in alphabetical results

2006-02-02 Thread Jonathan
/Members/dedalu/ZCTextIndex_python 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://mail.zope.org/mailman/listinfo/zope-dev )

[Zope] Re: Packing data.fs programmatically

2006-01-31 Thread Jonathan Cleaver
Ah-ha, that's another approach I had not thought of! Many thanks! Cheers Jonathan Reinoud van Leeuwen wrote: On Tue, Jan 31, 2006 at 11:38:34AM +0000, Jonathan Cleaver wrote: I am using the following module to pack my data.fs programmatically before a backup is made. This was largely

[Zope] Packing data.fs programmatically

2006-01-31 Thread Jonathan Cleaver
ng Python 2.3.5 and Zope 2.7. Does anyone have any thoughts? Cheers Jonathan Cleaver ___ 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/l

Re: [Zope] Zope - future planning

2006-01-27 Thread Jonathan
complete leap to Zope 3! Thanks again, Jonathan - Original Message - From: "Jake" <[EMAIL PROTECTED]> To: "Jonathan" <[EMAIL PROTECTED]> Cc: Sent: Thursday, January 26, 2006 2:13 PM Subject: Re: [Zope] Zope - future planning If it is "fairly e

<    1   2   3   4   5   6   7   8   >