Is there a framework equivalent to Guice (http://code.google.com/p/google-guice) for Python?
Here is a small example for a dependency injection container that does constructor injection based on the constructor argument names:
http://code.activestate.com/recipes/576609-non-invasive-dependency-injection/