Re: [Zope] Question about dot in method name

2008-03-26 Thread stéphane bard
thx sascha i already imagine a setattr could solve the problem, but i didn't test it at the real end of any other declaration. thank's for this tip ! hop you get nice weather in athen 2008/3/26, Sascha Welter <[EMAIL PROTECTED]>: > > (Tue, Mar 25, 2008 at 09:36:49PM +0100) bard st?phane > wrote/sc

Re: [Zope] Question about dot in method name

2008-03-26 Thread Sascha Welter
(Tue, Mar 25, 2008 at 09:36:49PM +0100) bard st?phane wrote/schrieb/egrapse: > hi every body i'm changing a very old zclass product. > In this zclass i declare a python script with this name "mydoc.xls" > this script return an xls file with an argument > > now i'm writing a zope2 product. How can

Re: [Zope] Question about dot in method name

2008-03-25 Thread Martijn Jacobs
Maybe a simple solution : Do you use apache as a frontend for your zope? If you do you can rewrite the incoming url's for example like this : RewriteEngine On RewriteRule ^/folder/mydoc.xls(.*) http://localhost:8080/VirtualHostBase/http/myIntranet/object_in_zope/VirtualHostRoot/mydoc_xls$1

[Zope] Question about dot in method name

2008-03-25 Thread bard stéphane
hi every body i'm changing a very old zclass product. In this zclass i declare a python script with this name "mydoc.xls" this script return an xls file with an argument now i'm writing a zope2 product. How can I explain to zope that he should publish a certain method with a different name so whe

[Zope] Question about dot in method name

2008-03-25 Thread bard stéphane
hi every body i'm changing a very old zclass product. In this zclass i declare a python script with this name "mydoc.xls" this script return an xls file with an argument now i'm writing a zope2 product. How can I explain to zope that he should publish a certain method with a different name so whe