[Zope] Re: Zope scalabilty and problems

2005-09-03 Thread Paul Everitt
Chris has opinions on performance based on his experiences. Others have different viewpoints. Here is an more empirical treatment of what you might expect: http://www.ifpeople.net/resources/downloads/PlonePerformance.pdf --Paul michael nt milne wrote: Hi I am setting up sites using

[Zope] broken product

2005-09-03 Thread garry saddington
I have been using the zope 2.7 supplied with Debian Sarge but I have noticed that the batching of ZSQL results using the ZSQL test tab is broken. I get a missing object 'query'. So I thought I would install the most recent stable Zope. This has now broken a product I use which is old and seemingly

Re: [Zope] broken product

2005-09-03 Thread Tim Peters
[garry saddington] I have been using the zope 2.7 supplied with Debian Sarge but I have noticed that the batching of ZSQL results using the ZSQL test tab is broken. I get a missing object 'query'. So I thought I would install the most recent stable Zope. Which version is that? You mean in

[Zope] time and date of creation of a zope object

2005-09-03 Thread Allen Huang
What's the dtml method that I could use to display the creation time of a zope object. I don't want to use bobomodification method because it changes after every update. I just need the time and date of a zope object when itwas created__Do You

Re: [Zope] broken product

2005-09-03 Thread garry saddington
On Sat, 2005-09-03 at 11:18 -0400, Tim Peters wrote: [garry saddington] I have been using the zope 2.7 supplied with Debian Sarge but I have noticed that the batching of ZSQL results using the ZSQL test tab is broken. I get a missing object 'query'. So I thought I would install the most

[Zope] Finding and killing the POSKeyError in ZODB

2005-09-03 Thread Jake
I have been reading the instructions in ZopeLabs trying to figure out how to get rid of a few POSKeyErrors, but I can't get by this one point. http://zopelabs.com/cookbook/1054240694 Now that we have an OID, let's resolve that to the actual object like so: app._p_jar[oid] Once you have

Re: [Zope] Python editor in zope?

2005-09-03 Thread Jonathan Cyr
Two Cents, I use HomeSite 5.5 with my zope daily... although it's not suited directly for python, it works great for DTML, HTML, CSS, and even the python scripts. One warning, Zope refuses the save through FTP of a non-well-formed DTML file, and Zope's built in Python debugger for Python

Re: [Zope] Finding and killing the POSKeyError in ZODB

2005-09-03 Thread Chris McDonough
Apparently app is a function in wherever you're doing that, which just isn't right. If you use zopectl debug, app should be a Zope Application object. If it isn't... uh... well... something else besides the POSKeyErrors are wrong. ;-) On Sat, 2005-09-03 at 16:23 -0400, Jake wrote: I have been

[Zope] Re: time and date of creation of a zope object

2005-09-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Allen Huang wrote: What's the dtml method that I could use to display the creation time of a zope object. I don't want to use bobomodification method because it changes after every update. I just need the time and date of a zope object when it

[Zope] Re: Python editor in zope?

2005-09-03 Thread Alexander Limi
Sean Dunn wrote: I'm new to Zope, and am getting tired of using textarea's to edit my Python/[HD]TML code. My space-bar thumb is starting to get an unnatural twitch, from hitting it multiple times at the beginning of every line of code. J You should look at External Editor[1] for authoring