> In Admin/Settings/Hooks, I tried the following configurations without > success : > - changegroup.my_script python c:/Kallithea/Bin/my_script.py This syntax is the correct one and works perfectly. My error was that the cwd used is not the Bin directory of Kallithea but the repo directory. That made my script not work. Nicolas