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 somethi

[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 wo

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

Re: [Zope] question about Zope capabilities

2005-11-17 Thread Jonathan
- Original Message - From: "Paul Winkler" <[EMAIL PROTECTED]> To: 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 <[EMAIL P

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 reque

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 w

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] question about Zope capabilities

2005-11-17 Thread Andrew Langmead
On Nov 17, 2005, at 9:38 AM, Jonathan wrote: A less quick and less dirty solution could be to create several templates (each with different layouts) and serve them up at random. Instead of at random, maybe based on certain conditions of the object being displayed. It may take some time to c

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 databas

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: zope@zope.org

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

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] Sen

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 writ

[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 text that 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 sa

[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) t