Re: [Zope] conflicts, sessions, and programming best practices guidelines

2005-11-17 Thread Dennis Allison
Thank Chris, good pointsB. The session variable timeout is currently several hours as requird by our application. The timeout resolution remains at its default value. I have not dorked with disabling the inband housekeeping. I don't see how it would impact on our problem. Am I missing

[Zope] Re: Installing Zope on Ubuntu Breezy

2005-11-17 Thread Maik Ihde
Weiers Coetser [EMAIL PROTECTED] writes: Hi I also installed plone-site via synaptic. (When I installed this I was promted for a username and password) You might want to setup your instance by Hand if the automatic way does not work for you. I have that running on breezy badger here at

Re: [Zope] question about Zope capabilities

2005-11-17 Thread Paul Winkler
On Wed, Nov 16, 2005 at 10:56:34PM -0600, Terry Hancock wrote: On Wed, 16 Nov 2005 16:49:47 -0800 Rich Robinson [EMAIL PROTECTED] wrote: At this point, the site is great for managing content via the database. However, as far as I can see pretty much all the content needs to fit into

Re: [Zope] question about Zope capabilities

2005-11-17 Thread Jonathan
- Original Message - From: Paul Winkler [EMAIL PROTECTED] To: zope@zope.org Sent: Thursday, November 17, 2005 9:25 AM Subject: Re: [Zope] question about Zope capabilities On Wed, Nov 16, 2005 at 10:56:34PM -0600, Terry Hancock wrote: On Wed, 16 Nov 2005 16:49:47 -0800 Rich Robinson

Re: [Zope] Passing Parameters to External Methods

2005-11-17 Thread Asad Habib
Actually, I not receiving an error anymore but a pdf is not being generated either. When I test my External Method directly through the ZMI the only thing that is returned is the following line: __builtin__.html2pdf instance at 0x4a1e8f0 I have tried passing in the parameters using the

Re: [Zope] Apache-pound-zeo-zope instances. Bad gateway and dual cpus related issues

2005-11-17 Thread Christophe Gravier
Hello, The problem was due to the loopback interface being down on the machine hosting apache and pound (my mistake for not having put the auto configuration in /etc/network/interfaces after some earlier tests for other purposes, shame on me). Thanks for your help, Regards, Dieter Maurer

Re: [Zope] convert DTML Document to a folder.

2005-11-17 Thread Martin Koekenberg
The DTML Documents are userinfo documents. I want to create a photoorder form and generate a dtml document with that users orders. I want to place that in his user folder. Martin Koekenberg -Original Message- From: Andreas Jung [EMAIL PROTECTED] To: Martin Koekenberg [EMAIL PROTECTED],

[Zope] probably a simple answer...

2005-11-17 Thread Kate Legere
So this probably has a simple answer but if someone could direct me it would save lots of time ... I have a python script that gets called from a dtml method and returns the information requested from a mySql database and opens it as an excel file. I'd like it also to save the file (it can safely

Re: [Zope] probably a simple answer...

2005-11-17 Thread Andreas Jung
--On 17. November 2005 10:51:32 -0500 Kate Legere [EMAIL PROTECTED] wrote: So this probably has a simple answer but if someone could direct me it would save lots of time ... I have a python script that gets called from a dtml method and returns the information requested from a mySql database

Re: [Zope] probably a simple answer..

2005-11-17 Thread hpinson
I'm thinking Kate means that she is writing to an Excel file on a Zope/Windows server, acting as a simple database, perhaps via ODBC. Kate can you clarify what you are trying to do? Thanks. -- Harlow Pinson Indepth Learning Email: [EMAIL PROTECTED] Phone: 505 994-2135 Fax: 505 994-3603

RE: [Zope] probably a simple answer..

2005-11-17 Thread Kate Legere
Not really.. Ideally, I'd like the script just to save the file to a pre-selected path. Then anyone can open it from there. Kate -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, November 17, 2005 12:14 PM To:

Re: [Zope] Passing Parameters to External Methods

2005-11-17 Thread Paul Winkler
On Thu, Nov 17, 2005 at 10:02:12AM -0500, Asad Habib wrote: Actually, I not receiving an error anymore but a pdf is not being generated either. When I test my External Method directly through the ZMI the only thing that is returned is the following line: __builtin__.html2pdf instance at

Re: [Zope] conflicts, sessions, and programming best practices guidelines

2005-11-17 Thread Chris McDonough
On Nov 17, 2005, at 4:46 AM, Dennis Allison wrote: Thank Chris, good pointsB. The session variable timeout is currently several hours as requird by our application. The timeout resolution remains at its default value. Making the resolution higher has been observed to reduce conflicts

RE: [Zope] probably a simple answer..

2005-11-17 Thread hpinson
Well, I can suggest how I might approach it, which might be different than what you intend... but for what it is worth... First, run Zope on a Windows server so you can interact with an Excel file as an ODBC Data Source (DSN). You could setup a Zope/ODBC adaptor Product like zodbc or (better)

[Zope] Does anybody us Komodo to debug Zope?

2005-11-17 Thread Jerry Westrick
Hello List Since I already own komodo (For perl developement), I was wondering if you can use Komodo to debug zope. The only link I found was: http://www.zope.org/Members/andym/KomodoDebugging (dated 2003). Which didn't seam to offer much. Anybody out there using Komodo? Jerry

RE: [Zope] probably a simple answer..

2005-11-17 Thread Kate Legere
Well, we're working on porting it over from linux but at the moment that's my only option... I just had this impression that I'd seen something whereby I could write to the filesystem using an external method. Kate -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [Zope] probably a simple answer..

2005-11-17 Thread Robert Boyd
On 11/17/05, Kate Legere [EMAIL PROTECTED] wrote: Well, we're working on porting it over from linux but at the moment that's my only option... I just had this impression that I'd seen something whereby I could write to the filesystem using an external method. Kate Sure you could write to

[Zope] ParsedXML create from a Python script

2005-11-17 Thread Brian Sullivan
I am trying to figure out how to create a ParsedXML object from a Python script and have it parse XML textthat I have in string. I have managed to create the object with no content( or default content)but am not sure what to do to have my xml string parsed and contained. Does anybody have a

[Zope] Problem with multiple Browser Id Managers

2005-11-17 Thread Pablo Ziliani
Hello all, I have a situation here; as I has previously posted, I need to set the domain/host for of the cookie that stores the session id so it is shared among multiple subdomains. As Dieter has pointed to me, I should change the 'domain' property for the Browser Id Manager (from now on BMI)

[Zope-Checkins] SVN: Zope/branches/Zope-2_9-branch/lib/python/Products/PluginIndexes/ Merge r. 40191 from the trunk; cleanup of ZMI view declarations.

2005-11-17 Thread Martijn Pieters
Log message for revision 40196: Merge r. 40191 from the trunk; cleanup of ZMI view declarations. Changed: U Zope/branches/Zope-2_9-branch/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py U

[Zope-Coders] Zope tests: 8 OK

2005-11-17 Thread Zope tests summarizer
Summary of messages to the zope-tests list. Period Wed Nov 16 12:01:01 2005 UTC to Thu Nov 17 12:01:01 2005 UTC. There were 8 messages: 8 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2_6-branch Python-2.1.3 : Linux From: Zope Unit Tests Date: Wed Nov 16 22:15:57 EST

Re: [Zope3-dev] Re: [Zope-dev] Re: branched Zope 2.9

2005-11-17 Thread Andreas Jung
--On 17. November 2005 07:45:48 +0800 Philipp von Weitershausen [EMAIL PROTECTED] wrote: Andreas Jung wrote: --On 16. November 2005 14:03:05 -0500 Jim Fulton [EMAIL PROTECTED] wrote: Does this mean that the existing 2.9 branch needs to be removed and that the trunk remains frozen?

Re: [Zope3-dev] Re: [Zope-dev] Re: branched Zope 2.9

2005-11-17 Thread Andreas Jung
--On 17. November 2005 15:36:23 +0100 Andreas Jung [EMAIL PROTECTED] wrote: Delete the 2.9 branch at this time just for the sake of deleting it would be stupid. I hope that Philipp will finish his work soon so this this issue is not so important. That means: 2.9 branch: feature frozen, open

Re: [Zope-dev] Running all unittests in $INSTANCE_HOME

2005-11-17 Thread Paul Winkler
On Thu, Nov 17, 2005 at 02:33:10PM -0200, Sidnei da Silva wrote: I might have asked this before, but can't seem to find it. I'm looking for a way to run all tests in $INSTANCE_HOME using the test.py script, but can't seem to get the majik combination of parameters together. Would anyone hint

Re: [Zope-dev] Running all unittests in $INSTANCE_HOME

2005-11-17 Thread Sidnei da Silva
On Thu, Nov 17, 2005 at 12:42:47PM -0500, Paul Winkler wrote: | On Thu, Nov 17, 2005 at 02:33:10PM -0200, Sidnei da Silva wrote: | I might have asked this before, but can't seem to find it. | | I'm looking for a way to run all tests in $INSTANCE_HOME using the | test.py script, but can't seem

[Zope-PAS] Five interfaces

2005-11-17 Thread J Cameron Cooper
The trunk currently says in PluggableAuthService.py:: try: from OFS.interfaces import IObjectManager from OFS.interfaces import ISimpleItem from OFS.interfaces import IPropertyManager except ImportError: # BBB from Products.Five.interfaces import IObjectManager from

Re: [Zope-PAS] Re: Five interfaces

2005-11-17 Thread Sidnei da Silva
On Thu, Nov 17, 2005 at 06:47:59PM -0600, J Cameron Cooper wrote: | Sidnei da Silva wrote: | On Thu, Nov 17, 2005 at 02:42:00PM -0600, J Cameron Cooper wrote: | | The trunk currently says in PluggableAuthService.py:: | | | | try: | | from OFS.interfaces import IObjectManager | | from

[Zope-DB] Suggestions If Any Please ! ! ! ! !

2005-11-17 Thread Rajesh
Hi All, I'm Having problem in Zsql Method ,which return recordset dictionary,containing key--.value pairs, this recordset returns only 1000 records ,Even if my Sql query satisfies more than 1000 records , Looking forward for

Re: [Zope-DB] Suggestions If Any Please ! ! ! ! !

2005-11-17 Thread Andreas Jung
--On 18. November 2005 12:58:46 +0530 Rajesh [EMAIL PROTECTED] wrote: Hi All, I'm Having problem in Zsql Method ,which return recordset dictionary,containing key--.value pairs, this recordset returns only 1000 records ,Even if my Sql query satisfies more than 1000 records