RE: [Zope-dev] Zope 2.4.2 Error

2001-10-20 Thread E. Seifert

Thanks Andreas,

 -Original Message-
 From: Andreas Jung [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, October 20, 2001 12:07 AM
 To: E. Seifert; [EMAIL PROTECTED]
 Subject: Re: [Zope-dev] Zope 2.4.2 Error


 Jup, I assume you are using some 3rd party products that
 still use the old SearchIndex stuff. Nothing to worry about
 -just a warning.


But what's about this error then (it's not just a warning)? Does it perhaps
relate to the Renderable Product?

TIA
Erich

   -Original Message-
   From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf
   Of E. Seifert
   Sent: Friday, October 19, 2001 11:01 PM
   To: [EMAIL PROTECTED]
   Subject: [Zope-dev] Zope 2.4.2 Error
  
  
   Hi list,
  
   I just installed the 2.4.2 update over my Linux Zope 2.4.1
 and I get the
   following traceback:
  
   Traceback (innermost last):
 File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 223, in
   publish_module
 File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 187, in
   publish
 File /usr/local/zope/lib/python/Zope/__init__.py, line 226, in
   zpublisher_exception_hook
   (Object: de)
 File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 171, in
   publish
 File /usr/local/zope/lib/python/ZPublisher/mapply.py, line 160,
   in mapply
   (Object: index_html)
 File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 112, in
   call_object
   (Object: index_html)
 File /usr/local/zope/lib/python/OFS/DTMLDocument.py, line 199,
   in __call__
   (Object: index_html)
 File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line
 546,
   in __call__
   (Object: index_html)
 File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 188, in
 __call__
   (Object: standard_html_header)
 File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line
 546,
   in __call__
   (Object: standard_html_header)
 File /usr/local/zope/lib/python/Products/Renderable/Renderable.py,
 line
   17, in __str__
   (Object: standard_site_menue)
 File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 195, in
 __call__
   (Object: render)
 File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line
 546,
   in __call__
   (Object: render)
 File /usr/local/zope/lib/python/DocumentTemplate/DT_In.py, line 770,
 in
   renderwob
   (Object: objectValues(['SimpleNav Element']))
 File /usr/local/zope/lib/python/Products/Renderable/Renderable.py,
 line
   17, in __str__
   (Object: ab)
 File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 203, in
 __call__
   (Object: render)
   KeyError: validate
  
   Is there someone who can help me?
  
   TIA
   Erich
  
  
   ___
   Zope-Dev maillist  -  [EMAIL PROTECTED]
   http://lists.zope.org/mailman/listinfo/zope-dev
   **  No cross posts or HTML encoding!  **
   (Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )
  
 
 
  ___
  Zope-Dev maillist  -  [EMAIL PROTECTED]
  http://lists.zope.org/mailman/listinfo/zope-dev
  **  No cross posts or HTML encoding!  **
  (Related lists -
   http://lists.zope.org/mailman/listinfo/zope-announce
   http://lists.zope.org/mailman/listinfo/zope )
 


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



RE: [Zope-dev] Zope 2.4.2 Error

2001-10-20 Thread E. Seifert

Hi Andreas,

thanks again for your answer.

 Why do you say it is an error. It is a deprecation warning.
 This warning framework is also used in Python to warn
 about the usage of deprecated features that will change or
 go away in a later release. But it is not an error and does
 not limit your functionality.

I'm not talking about the deprecation warning but about the error message I
received after installing the update (it was in the citation - I should have
mentioned it more explicitly):

Traceback (innermost last):
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 223, in
publish_module
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 187, in
publish
  File /usr/local/zope/lib/python/Zope/__init__.py, line 226, in
zpublisher_exception_hook
(Object: de)
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 171, in
publish
  File /usr/local/zope/lib/python/ZPublisher/mapply.py, line 160, in mapply
(Object: index_html)
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 112, in
call_object
(Object: index_html)
  File /usr/local/zope/lib/python/OFS/DTMLDocument.py, line 199, in __call__
(Object: index_html)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 546,
in __call__
(Object: index_html)
  File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 188, in __call__
(Object: standard_html_header)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 546,
in __call__
(Object: standard_html_header)
  File /usr/local/zope/lib/python/Products/Renderable/Renderable.py, line
17, in __str__
(Object: standard_site_menue)
  File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 195, in __call__
(Object: render)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 546,
in __call__
(Object: render)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_In.py, line 770, in
renderwob
(Object: objectValues(['SimpleNav Element']))
  File /usr/local/zope/lib/python/Products/Renderable/Renderable.py, line
17, in __str__
(Object: ab)
  File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 203, in __call__
(Object: render)
KeyError: validate

Bye
Erich


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] Zope 2.4.2 Error

2001-10-19 Thread E. Seifert

Hi list,

I just installed the 2.4.2 update over my Linux Zope 2.4.1 and I get the
following traceback:

Traceback (innermost last):
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 223, in
publish_module
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 187, in
publish
  File /usr/local/zope/lib/python/Zope/__init__.py, line 226, in
zpublisher_exception_hook
(Object: de)
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 171, in
publish
  File /usr/local/zope/lib/python/ZPublisher/mapply.py, line 160, in mapply
(Object: index_html)
  File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 112, in
call_object
(Object: index_html)
  File /usr/local/zope/lib/python/OFS/DTMLDocument.py, line 199, in __call__
(Object: index_html)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 546,
in __call__
(Object: index_html)
  File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 188, in __call__
(Object: standard_html_header)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 546,
in __call__
(Object: standard_html_header)
  File /usr/local/zope/lib/python/Products/Renderable/Renderable.py, line
17, in __str__
(Object: standard_site_menue)
  File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 195, in __call__
(Object: render)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 546,
in __call__
(Object: render)
  File /usr/local/zope/lib/python/DocumentTemplate/DT_In.py, line 770, in
renderwob
(Object: objectValues(['SimpleNav Element']))
  File /usr/local/zope/lib/python/Products/Renderable/Renderable.py, line
17, in __str__
(Object: ab)
  File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 203, in __call__
(Object: render)
KeyError: validate

Is there someone who can help me?

TIA
Erich


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



RE: [Zope-dev] Zope 2.4.2 Error

2001-10-19 Thread E. Seifert

Oh, I forgot to mention that I also get the following message after starting
Zope up the first time:

snippet
/usr/local/zope/lib/python/SearchIndex/__init__.py:9
1: DeprecationWarning: The usage of the SearchIndex package is deprecated
since
Zope 2.4.
This package is only kept for backwards compatibility for a while
and will go away in a future release.

Please use instead the re-factored modules in Products/PluginIndexes.

  warnings.warn(The usage of the SearchIndex package is deprecated since \
/snippet

Erich


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
 Of E. Seifert
 Sent: Friday, October 19, 2001 11:01 PM
 To: [EMAIL PROTECTED]
 Subject: [Zope-dev] Zope 2.4.2 Error


 Hi list,

 I just installed the 2.4.2 update over my Linux Zope 2.4.1 and I get the
 following traceback:

 Traceback (innermost last):
   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 223, in
 publish_module
   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 187, in
 publish
   File /usr/local/zope/lib/python/Zope/__init__.py, line 226, in
 zpublisher_exception_hook
 (Object: de)
   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 171, in
 publish
   File /usr/local/zope/lib/python/ZPublisher/mapply.py, line 160,
 in mapply
 (Object: index_html)
   File /usr/local/zope/lib/python/ZPublisher/Publish.py, line 112, in
 call_object
 (Object: index_html)
   File /usr/local/zope/lib/python/OFS/DTMLDocument.py, line 199,
 in __call__
 (Object: index_html)
   File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 546,
 in __call__
 (Object: index_html)
   File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 188, in __call__
 (Object: standard_html_header)
   File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 546,
 in __call__
 (Object: standard_html_header)
   File /usr/local/zope/lib/python/Products/Renderable/Renderable.py, line
 17, in __str__
 (Object: standard_site_menue)
   File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 195, in __call__
 (Object: render)
   File /usr/local/zope/lib/python/DocumentTemplate/DT_String.py, line 546,
 in __call__
 (Object: render)
   File /usr/local/zope/lib/python/DocumentTemplate/DT_In.py, line 770, in
 renderwob
 (Object: objectValues(['SimpleNav Element']))
   File /usr/local/zope/lib/python/Products/Renderable/Renderable.py, line
 17, in __str__
 (Object: ab)
   File /usr/local/zope/lib/python/OFS/DTMLMethod.py, line 203, in __call__
 (Object: render)
 KeyError: validate

 Is there someone who can help me?

 TIA
 Erich


 ___
 Zope-Dev maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope )



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] ZCatalog API

2001-09-30 Thread E. Seifert

Hi list,

as I'm not very familiar with the internals of ZCatalog I have a question to
all you API experts:

Why does ZCatalog.py (under Zope 2.4.1) specify a 'addIndex' permission for
a method called 'manage_delIndexes' although there is no such method? The
only method I could find to delete Indexes is 'manage_deleteIndex'.

Can anyone comment on this?

TIA
Erich



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] A simple dtml-if question...

2001-06-06 Thread E. Seifert

Hi Jeff,

Jeff Nielsen wrote:
 How do I construct a dtml-if statement with two conditions joined by and
 logic? I want to do something like this:

 dtml-if expr=LoginResults=='Pass' .and. expr=PATH_INFO=='/'

Did you try
dtml-if expr=LoginResults=='Pass' and PATH_INFO=='/'

Regards
Eric



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] Cache invalidation with DTML

2001-06-06 Thread E. Seifert

Hi list,

is there a way to invalidate certain objects in cache using DTML?

Thanks in advance
Eric



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] Does creating REAL over-the-web Python code become realistic with Zope 2.4?

2001-06-01 Thread E. Seifert

Hi Joachim,

Joachim Werner wrote on Friday, June 01, 2001 12:54 AM:
 If we can reload Python code at runtime, and we can also edit, generate
and
 store files (containing code)  via the web (as LocalFS or extFile prove),
 then it should be perfectly possible to have something like ZClasses (it
 terms of the over-the-web front-end) that spits out and dynamically loads
 REAL Python classes instead of the rather experimental simulation of
classes
 we get with ZClasses, right?

Your suggestion sounds like something stated in the Zope Directions Document
at http://dev.zope.org/Resources/ZopeDirections.html:
The major goal will be to simplify how components (now called products)
are built and used. For example, currently some products are built in the
filesystem and some are built in the object database. We want to remove
this distinction so that all components can be edited via the filesystem
and
live in the object database.

Joachim Werner wrote on Friday, June 01, 2001 12:54 AM:
 What do you think about this idea? If it finds some friends, I'll set up a
 formal proposal for something like ZClass-like features to build REAL
Zope
 Python classes over the web.

Well I think many people would be interested to reduce the differences
between ZClasses and python products.
At least I would be interested.

Regards
Eric



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] SearchIndex Splitter lowercase indexes?

2001-05-25 Thread E. Seifert

Hi Michel,

Michel Pelletier wrote:
The splitter should really be a modular component.  That's what
vocabularies were origninally for, to store language specific artifacts
like word lists and splitters.  For example, stripping the ing suffix
obviously only makes sense in English.  so if you want to change this
behavior, make your own vocabulary with its own custom splitter.

This is because each language has very different splitting requirements,
and even different meanings of the word word.  Imagine, for example,
splitting Japanese or one of the Chinese languages (based textualy on
Kanji).

Just imagine German! There are composite words without spaces or other
non-aphanumeric characters between them.

Identifying words in Kanji is a very hard problem.  In romance langauge,
it's easy, words are seperated by spaces, but in Kanji words are
diferentiated by the context of the surrounding characters, there are no
spaces.  Splitting Kanji text requres a pre-existing dictionary and some
interesting heuristic matching algorithms.  And that's only half of
Japanese itself, really, since there are two other alphabets (hiragana and
katagana) that *are* character-phonetic like romance langauges, and all
three alphabets are commonly mixed together in the same sentence!  Chinese
language may also have these phonetic alphabets.

The same applies for German: You'd need a huge dictionary with word stems,
exceptions, and stop words.
Stems of many words change in different cases, too.

In other words, it's not an easy problem!  There is going to be an
unimaginable culture clash when asian and other non-romance languages
catch up to the volume of romance language content on the web.

Well, English or German in fact aren't romance languages, they're germanic
:-)

Eric



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] Bug in ZMI?

2001-04-06 Thread E. Seifert

Hi list,

I think I encountered a problem with the ZMI.
Everytime I added a new property to the memory cache object the list doesn't 
display them correctly.
They are concatenated; no space between them.

Is this a known bug?

Bye
Eric


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )