[Zope-dev] How long below the radar?

2001-07-10 Thread alan runyan
I couldnt resist jumping in. I have been playing w/ ZOPE and BEA Weblogic for over two years. I would say I know more about Weblogic than ZOPE, but I am more productive w/ ZOPE. thus my 'love' for ZOPE. I believe that before ZOPE can truely take off it will need a miniVend like solution to

Re: [Zope-dev] How long below the radar?

2001-07-10 Thread Erik Enge
[alan runyan] | I believe that before ZOPE can truely take off it will need a | miniVend like solution to get the PHP/CF/ASPers to ZOPE. What is miniVend? | I would like to see a Roadmap for ZOPE. Aye! ___ Zope-Dev maillist - [EMAIL PROTECTED]

[Zope-dev] Python Script bug?

2001-07-10 Thread Chris Withers
Hi, The following code: objects = map(lambda b: b.getObject,brains) Results in: Error type: Unauthorized Error value: __len__ File E:\Zope\current\Products\CMFCore\FSPythonScript.py, line 187, in _exec (Object: index_html_postings) (Info: ({'script': FSPythonScript instance at

Re: [Zope-dev] How long below the radar?

2001-07-10 Thread Andy
| I would like to see a Roadmap for ZOPE. Aye! Other than: http://dev.zope.org/Resources/ZopeDirections.html? -- Andy McKay ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML

Re: [Zope-dev] How long below the radar?

2001-07-10 Thread Erik Enge
[[EMAIL PROTECTED]] | Other than: http://dev.zope.org/Resources/ZopeDirections.html? Well, it is from February. And besides, it describes what we have/semi-have now, and not what is planned for the future (for example, where do DC think Zope is in three, four or five years?)

Re: [Zope-dev] How long below the radar?

2001-07-10 Thread Rene Pijlman
On 10 Jul 2001 08:06:42 +0200, you wrote: | How about treating some of the most critically needed Zope modules | as a community project? I agree totally. So what do you think are the most needed Zope products? Regards, René Pijlman ___ Zope-Dev

[Zope-dev] Traversal Barf

2001-07-10 Thread seb bacon
I've been getting a puzzling error. It's not reliably reproduceable. It occurs perhaps one time in four when I'm using Opera. At first, it appeared only to be related to Opera, but now I'm getting the same error in netscape. I can just hit refresh and it works again. There's no sign of

[Zope-dev] ZODBCA for Python 2.1

2001-07-10 Thread Andy McKay
Since the source of ZODBCA is not available could someone in DC compile this for Python 2.1 / Zope 2.4? Or make the source available? Pretty please :) http://www.zope.org/Products/DA/ZODBCDA Thanks. -- Andy McKay. ___ Zope-Dev maillist -

Re: [Zope-dev] zope core dump

2001-07-10 Thread seb bacon
* Evan Simpson [EMAIL PROTECTED] [010709 21:12]: seb bacon wrote: I just tried to restart zope and got a core dump. The backtrace (pasted below) indicated a problem with the binascii module, and sure enough, trying to import it reproduced the segfault. I reinstalled python and it all

Re: [Zope-dev] Traversal Barf

2001-07-10 Thread Casey Duncan
seb bacon wrote: I've been getting a puzzling error. It's not reliably reproduceable. It occurs perhaps one time in four when I'm using Opera. At first, it appeared only to be related to Opera, but now I'm getting the same error in netscape. I can just hit refresh and it works again.

[Zope-dev] SQL/ZPatterns examples posted to Zope.org

2001-07-10 Thread Steve Spicklemire
I've had several folks ask for some ZPatterns examples with SQL. I've *finally* gotten around to providing them. They're at: http://www.zope.org/Members/sspickle The first is a school attendance application 'skeleton' with the following description: An example of ZPatterns using SQL. Gadfly

[Zope-dev] HowTo: Make an Image/File a DataSkin ???

2001-07-10 Thread Ulrich Eck
Hello .. sorry I bother you again with my ZPatterns related Questions .. I just try it once again ;-) I have a Folder w/Customizer in that I want to store Objects of type Image or File (CMFDefault.Image to be correct) in it. The inline doku of CMFDefault.File/Image says the following:

[Zope-dev] Re: [ZPatterns] HowTo: Make an Image/File a DataSkin ???

2001-07-10 Thread Steve Spicklemire
Hi Ulrich, Hmm.. can you just call DataSkin.__init__(self, id) in the File's constructor? -steve Ulrich Eck wrote: Hello .. sorry I bother you again with my ZPatterns related Questions .. I just try it once again ;-) I have a Folder w/Customizer in that I want to store

Re: [Zope-dev] Python Script bug?

2001-07-10 Thread Hannu Krosing
Chris Withers wrote: Hi, The following code: objects = map(lambda b: b.getObject,brains) try objects = map(lambda b: b.getObject(),brains) --- Hannu ___ Zope-Dev maillist - [EMAIL PROTECTED]