I need to do call a script after zope has been started in 2.7. I was using register_loop_callback in 2.6 but it is no longer working. I can not just call it in __init__.py of my product as it is too early.