Jean-François Roche

This user hasn't shared any biographical information

Homepage: http://www.affinitic.be


Posts by Jean-François Roche

Zope – how long does it take to serve a request?

October 27, 2010 - 5:52 pm

Tags: , ,
Posted in Planet Plone, Technical | No comments

For the moment only a reverse proxy (apache, ngnix) or a browser can show you how long a request took to be processed. For monitoring or debugging purpose you might want to know what zope instance is slow. The default access zope log file give you such a log format: 127.0.0.1 – Anonymous [27/Oct/2010:16:44:04 +0100] “GET […]

OpenOffice with buildouts

January 8, 2008 - 9:20 am

Tags: , ,
Posted in Technical | No comments

Easy install the pyuno library with buildout This recipe was started by Infrae, I have added the pyuno egg creation within the recipe. It is so nice to be able to share code so easily ! Download OpenOffice in a buildout might sound odd but You got used (and I think you are right) to […]

Zope 3 dependencies in Zope 2 buildout

December 10, 2007 - 6:10 pm

Tags: , , ,
Posted in Technical | 1 comment

Describe a buildout recipe to avoid fetching zope 3 libraries when installing eggs with zope 3 depedencies in a zope 2 buildout I got tired removing zope.interface, zope.component, zope.deferredimport, zope.event, … of my eggs folder inside my buildout when installing package such as z3c.sqlalchemy in my Zope2 / Plone buildouts … After the discussion on […]

Buildout and Virtualenv

December 6, 2007 - 4:35 pm

Tags: ,
Posted in Technical | 1 comment

How and why use buildout with virtualenv Buildout is this wonderful tool which helps you to automate setup and configuration of your applications. Virtualenv is a tool which will help you to isolate your python environment A few days ago I got stuck during a long time because I didn’t see that one library I […]

Writing nicer Python code

April 28, 2007 - 2:39 pm

Tags:
Posted in Technical | 1 comment

Starting from the basic facts: you can’t always code in pair you don’t want to compile & tests to check that is fine in the last few line you have just written you want to write nice python code you want to improve the way you write python It exists a few very interesting softwares […]

Watch my new commit…

October 24, 2006 - 4:41 pm

Tags: ,
Posted in Technical | No comments

Get notification as soon as somebody commit is really important! A quick note to set it up with emails… We will make this in 4 steps. Step 1: Installing pysvn Check that you don’t have it yet: $ python2.4 Python 2.4.3 (#2, Oct 6 2006, 07:52:30) [GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2 Type “help”, “copyright”, […]