[Zope] Disable access for class method with HTTP GET

2007-11-09 Thread Nicolas Perrier - Zindep
Hi, For security reasons, i need to disable access on class method with HTTP GET requests on my zope. For example, i can accept things like http://examplesite.com/object/aPythonScript but not http://examplesite.com/object/aClassMethod Is it possible ? Thanks for any help Nicolas

Re: [Zope] Zope on cdrom

2005-04-20 Thread Nicolas Perrier - Zindep
. cheers, Nip Chris Withers wrote: Nicolas Perrier - Zindep wrote: File /mnt/cdrom/python/lib/python2.3/asyncore.py, line 543, in __init__ flags = fcntl.fcntl(fd, fcntl.F_GETFL, 0) AttributeError: 'module' object has no attribute 'fcntl' Somebody can it help me? Is there any other handbook? Thanks

[Zope] Zope on cdrom

2005-04-14 Thread Nicolas Perrier - Zindep
Hi, I would like to run zope on cdrom but it doesn't work. I used the handbook on the following site: http://georget.sebastien.free.fr/files/zope/zope-on-cdrom.en.html On the HDD, it goes, but as soon as I put it on cdrom, it does not function any more. I use a mandrake 10, python 2.3.4 and zope