Re: [Zope-dev] Zope Server Control

2003-02-07 Thread Eron Lloyd
Ooh! I've been thinking about something like this as well; PyQt would definately be the way to go. The backend should be de-coupled from the UI, of course. Getting the gears turning, Eron On Friday 07 February 2003 12:47 am, Shane Hathaway wrote: Zope-Dev'ers, Just for fun, I made a mockup

Re: [Zope-dev] Improving product management

2002-09-05 Thread Eron Lloyd
be fairly straightfoward to get that running again I believe if anyone wants to take a gander. -- Andy McKay Agmweb Consulting http://www.agmweb.ca - Original Message - From: Eron Lloyd [EMAIL PROTECTED] To: Andy McKay [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Jeffrey Chan

Re: [Zope-dev] Improving product management

2002-09-04 Thread Eron Lloyd
I think this is a great idea. A good way to start would be to have a tab on the Control Panel entitles Updates, that would make some XML-RPC calls to Zope.org, and provide update and hotfix information when compared against your running server. Of course, how we know what is available is a good

Re: [Zope-dev] stacks != easy to explain

2002-05-16 Thread Eron Lloyd
I believe what is trying to be explained is that ZPT provides a certain sequence for attribute *processing*, which begins *after* the template is parsed (like unordered keyword arguments in Python). How they are ordered in the source file is irrelevant, but by ordering them in the precise way

Re: [Zope-dev] can't put !--#BCODE -- in dtml

2002-04-11 Thread Eron Lloyd
Zope thinks you're trying to use an ancient version of DTML. Make sure your comments are syntactically correct (!-- comment --) and try to avoid using !-- #(comment) -- anywhere as this could trip you up down the road. That format for variable insertion is still supported for legacy reasons.

Re: [Zope-dev] SQLite as a Light DB component for Zope and Python

2002-04-02 Thread Eron Lloyd
in the Standard Library. Gadfly is ok to begin a prototype in, but frustrating once you quickly hit a glass ceiling in functionality. I'm interested in seeing how well it can scale, versus Postgres, however. Any experience? Thanks for the info, Eron Lloyd On Mon, 2002-04-01 at 20:54, William Trenker

[Zope-dev] Re: [Zope] isecure XML-RPC handling.

2002-04-02 Thread Eron Lloyd
The problem here seems to be that you are trying to do XML-RPC communication with a version of Zope that doesn't support XML-RPC out of the box. You should use a version = 2.4.0 to get this to work. From the output you sent below, it looks like you're trying to invoke an RPC method call

Re: [Zope-dev] Impact of additional protocols handled by Zope?

2002-03-17 Thread Eron Lloyd
Yeah, this is something I'd be very interested in knowing, too. In fact, this particular ability could make or break a community project I'm going to be developing with Zope in the near future. Do you mean like the pluggable access that ZServer provides? I imagine there would also have to be some

[Zope-dev] Re: [Zope] Error on install

2002-01-17 Thread Eron Lloyd
around code if I don't have to, and I'd rather this stuff be written to an install log or something. I-see-a-fishbowl-proposal-for-a-new-installer-ly yours, Eron On Thursday 17 January 2002 12:23 pm, you wrote: Sure, go ahead! - Original Message - From: Eron Lloyd [EMAIL PROTECTED

[Zope-dev] List Dictionary properties; General property handling thoughts

2001-12-26 Thread Eron Lloyd
This may seem like a redundant question, but this is the third time I've come across the desire to be able to store values persistantly as lists or dictionaries. I've read all the suggestions in the archives pointing out alternatives (dtml-return expr={'id': 'item'}, TinyTable,