[Zope-dev] [Weakness] analysis of Zope startup problems

2004-04-02 Thread Dieter Maurer
Zope 2.7 delays access to log files until Zope is properly set up. This means: log files cannot be used to analyse startup problems. The official advice to analyse startup problems is to start Zope in the foreground and interpret the console log messages. However, this does *NOT* work when Zope

Re: [Zope-dev] Re: ZPT for CSS, anyone?

2004-04-02 Thread Chris Withers
Shane Hathaway wrote: I think it would be pretty neat. :-) And YET ANOTHER thing the poor Zope user has to learn when they start: Python ZConfig ZCML ZPT (this thing) ...and that's assuming (this thing) totally replaces DTMhelL, which you and i both know it won't :-( Still, maybe a

[Zope-dev] Site Error

2004-04-02 Thread AP Meyer
Hi Zopers The last few days I was fiddling around with Archetypes again and tried the multiValued slot in order to add multiple entries of a field to an instance. This does not seem to work as expected, though. Do I need a newer version of Archetypes or am I doing things wrong? Even more

Re: [Zope-dev] Site Error

2004-04-02 Thread Andreas Jung
Try to turn off refreshing for the product (remove refresh.txt). -aj --On Freitag, 2. April 2004 11:09 Uhr +0200 AP Meyer [EMAIL PROTECTED] wrote: Hi Zopers The last few days I was fiddling around with Archetypes again and tried the multiValued slot in order to add multiple entries of a field

[Zope-dev] ZODB with twisted web.

2004-04-02 Thread Syver Enstad
I am checking out how to use ZODB with twisted web. I thought that I would have the DB instance globally accesible and call the open method to get a connection on each request. I thought that if I use connection.getTransaction().commit() before sending the response I will commit on the connection

Re: [Zope-dev] Re: ZPT for CSS, anyone?

2004-04-02 Thread Richard Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 02 Apr 2004 18:44, Chris Withers wrote: Ah, okay, I think building something purely for CSS would REALLY suck. Something which could generically build SQL, CSS, Emails I would be less lielyl to vomit about... [snip] So persuade the

Re: [Zope-dev] Site Error

2004-04-02 Thread AP Meyer
Is this a known bug? Working without automatic refresh is very unhandy ;-) thanks Andre btw I also get the following error trace on the Refresh tab of Zope: An exception occurred during the last refresh. Exception type: RuntimeError Exception value: Shouldn't load state for 1778

Re: [Zope-dev] Site Error

2004-04-02 Thread Jens Vagelpohl
On Apr 2, 2004, at 7:06, AP Meyer wrote: Is this a known bug? Working without automatic refresh is very unhandy ;-) thanks Andre Refresh is *not* a solution for everything because of the gyrations it has to go through to force the refreshing effect. Not everything will work with it, period.

Re: [Zope-dev] Re: ZPT for CSS, anyone?

2004-04-02 Thread Craeg K Strong
Here is one option I happen to like: generate CSS via XSLT from an XML dialect It has the following pre-requisite: make XSLT available as part of the Zope framework. Once you can rely on having XSLT as part of your framework (it really should be part of batteries included IMHO), you can do

Re: [Zope-dev] Re: ZPT for CSS, anyone?

2004-04-02 Thread Shane Hathaway
On Fri, 2 Apr 2004, Chris Withers wrote: Shane Hathaway wrote: I think it would be pretty neat. :-) And YET ANOTHER thing the poor Zope user has to learn when they start: Hardly. You're confusing a fun little project with the Zope core platform. Please don't put down people's ideas

[Zope-dev] Re: Site Error

2004-04-02 Thread Raphael Ritz
AP Meyer wrote: Is this a known bug? Yes. But Dieter fixed in recently in CVS HEAD (I think) Raphael Working without automatic refresh is very unhandy ;-) thanks Andre ___ Zope-Dev maillist - [EMAIL PROTECTED]

[Zope-dev] Re: ZPT for CSS, anyone?

2004-04-02 Thread Tres Seaver
Shane Hathaway wrote: On Fri, 2 Apr 2004, Chris Withers wrote: Shane Hathaway wrote: I think it would be pretty neat. :-) And YET ANOTHER thing the poor Zope user has to learn when they start: Hardly. You're confusing a fun little project with the Zope core platform. Please don't put down

Re: [Zope-dev] ZODB with twisted web.

2004-04-02 Thread Dieter Maurer
Syver Enstad wrote at 2004-4-2 11:38 +0200: I am checking out how to use ZODB with twisted web. I thought that I would have the DB instance globally accesible and call the open method to get a connection on each request. I thought that if I use connection.getTransaction().commit() before sending