Is there a framework equivalent to Guice (http://code.google.com/p/google-guice) for Python?
If you just want to do dependency injection in Python, you don't need a framework. Have a look at Dependency Injection the Python Way. It's really quick and easy, and only c. 50 lines of code.